We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9e927f commit 97c364dCopy full SHA for 97c364d
1 file changed
exporter/opentelemetry-exporter-prometheus/src/opentelemetry/exporter/prometheus/__init__.py
@@ -131,7 +131,7 @@ def _convert_buckets(
131
class PrometheusMetricReader(MetricReader):
132
"""Prometheus metric exporter for OpenTelemetry."""
133
134
- def __init__(self, prefix: str = "", disable_target_info: bool = False) -> None:
+ def __init__(self, disable_target_info: bool = False, prefix: str = "") -> None:
135
super().__init__(
136
preferred_temporality={
137
Counter: AggregationTemporality.CUMULATIVE,
0 commit comments