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 d1dc649 commit ad1ce65Copy full SHA for ad1ce65
exporters/otlp/include/opentelemetry/exporters/otlp/otlp_http_metric_exporter.h
@@ -72,7 +72,7 @@ class OtlpHttpMetricExporter final : public opentelemetry::sdk::metrics::PushMet
72
OtlpHttpMetricExporterRuntimeOptions runtime_options_;
73
74
// Aggregation Temporality Selector
75
- const sdk::metrics::AggregationTemporalitySelector aggregation_temporality_selector_;
+ sdk::metrics::AggregationTemporalitySelector aggregation_temporality_selector_;
76
77
// Object that stores the HTTP sessions that have been created
78
std::unique_ptr<OtlpHttpClient> http_client_;
0 commit comments