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
40
40
const sdk::metrics::ResourceMetrics &data,
41
41
bool populate_target_info = true ,
42
42
bool without_otel_scope = false ,
43
- bool without_units = false ,
43
+ bool without_units = false ,
44
44
bool without_type_suffix = false );
45
45
46
46
private:
Original file line number Diff line number Diff line change @@ -50,8 +50,7 @@ inline bool GetPrometheusPopulateTargetInfo()
50
50
51
51
inline bool GetPrometheusWithoutUnits ()
52
52
{
53
- constexpr char kPrometheusWithoutUnits [] =
54
- " OTEL_CPP_PROMETHEUS_EXPORTER_WITHOUT_UNITS" ;
53
+ constexpr char kPrometheusWithoutUnits [] = " OTEL_CPP_PROMETHEUS_EXPORTER_WITHOUT_UNITS" ;
55
54
bool setting;
56
55
const auto exists =
57
56
opentelemetry::sdk::common::GetBoolEnvironmentVariable (kPrometheusWithoutUnits , setting);
You can’t perform that action at this time.
0 commit comments