We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 955a807 commit 64a58caCopy full SHA for 64a58ca
exporters/prometheus/src/exporter_options.cc
@@ -33,7 +33,7 @@ inline bool GetPrometheusWithoutOtelScope()
33
auto exists =
34
opentelemetry::sdk::common::GetBoolEnvironmentVariable(kPrometheusWithoutOtelScope, setting);
35
36
- return exists ? setting : true;
+ return exists ? setting : false;
37
}
38
39
inline bool GetPrometheusPopulateTargetInfo()
0 commit comments