Skip to content

Commit 2792235

Browse files
committed
update prom exporter settings
1 parent 1576ad7 commit 2792235

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

sdk-extensions/incubator/src/test/java/io/opentelemetry/sdk/extension/incubator/fileconfig/MetricReaderFactoryTest.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,8 @@ void create_PullPrometheusConfigured() throws IOException {
189189
new IncludeExcludeModel()
190190
.withIncluded(singletonList("foo"))
191191
.withExcluded(singletonList("bar")))
192-
.withWithoutScopeInfo(true)
192+
.withWithoutScopeInfo(false)
193+
.withWithoutTargetInfo(false)
193194
.withTranslationStrategy(
194195
ExperimentalPrometheusMetricExporterModel
195196
.ExperimentalPrometheusTranslationStrategy

0 commit comments

Comments
 (0)