Skip to content

Commit

Permalink
Merge branch 'main' into fix_lifetime_in_log_record
Browse files Browse the repository at this point in the history
  • Loading branch information
owent authored Nov 27, 2024
2 parents 3da4bed + 8d45dec commit cf758d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exporters/prometheus/src/exporter_options.cc
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ inline bool GetPrometheusWithoutOtelScope()
auto exists =
opentelemetry::sdk::common::GetBoolEnvironmentVariable(kPrometheusWithoutOtelScope, setting);

return exists ? setting : true;
return exists ? setting : false;
}

inline bool GetPrometheusPopulateTargetInfo()
Expand Down

0 comments on commit cf758d1

Please sign in to comment.