1 instantiation of Observation
Aspire.Dashboard.Tests (1)
Integration\HealthTests.cs (1)
115var observation = new Observation(this, traceId, predicate);
6 references to Observation
Aspire.Dashboard.Tests (6)
Integration\HealthTests.cs (6)
48using var observation = fixture.Exporter.ObserveNext( 67using var observation = fixture.Exporter.ObserveNext( 111private Observation? _observation; 113public Observation ObserveNext(ActivityTraceId traceId, Func<Activity, bool> predicate) 115var observation = new Observation(this, traceId, predicate); 143private void Remove(Observation observation)