Skip to content

Commit

Permalink
Test tweak.
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeBlanch committed May 15, 2024
1 parent b97bc0d commit 50f3edd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/OpenTelemetry.Tests/Metrics/MetricExemplarTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -290,6 +290,7 @@ public void TestExemplarsHistogramWithBuckets(MetricReaderTemporalityPreference
{
configBuilder.AddInMemoryCollection(new Dictionary<string, string?>
{
[MeterProviderSdk.ExemplarFilterConfigKey] = "always_off",
[MeterProviderSdk.ExemplarFilterHistogramsConfigKey] = configValue,
});
}
Expand Down

0 comments on commit 50f3edd

Please sign in to comment.