File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
include/opentelemetry/exporters/prometheus Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ class PrometheusExporterUtils
4040 const sdk::metrics::ResourceMetrics &data,
4141 bool populate_target_info = true ,
4242 bool without_otel_scope = false ,
43- bool without_units = false ,
43+ bool without_units = false ,
4444 bool without_type_suffix = false );
4545
4646private:
Original file line number Diff line number Diff line change @@ -50,8 +50,7 @@ inline bool GetPrometheusPopulateTargetInfo()
5050
5151inline bool GetPrometheusWithoutUnits ()
5252{
53- constexpr char kPrometheusWithoutUnits [] =
54- " OTEL_CPP_PROMETHEUS_EXPORTER_WITHOUT_UNITS" ;
53+ constexpr char kPrometheusWithoutUnits [] = " OTEL_CPP_PROMETHEUS_EXPORTER_WITHOUT_UNITS" ;
5554 bool setting;
5655 const auto exists =
5756 opentelemetry::sdk::common::GetBoolEnvironmentVariable (kPrometheusWithoutUnits , setting);
You can’t perform that action at this time.
0 commit comments