Skip to content

Commit

Permalink
fix spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Boten committed Feb 25, 2022
1 parent 7abb6fd commit 36f0a4f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@
logger = logging.getLogger(__name__)



def _convert_buckets(metric: Metric) -> Sequence[Tuple[str, int]]:
buckets = []
total_count = 0
Expand All @@ -93,6 +92,7 @@ def _convert_buckets(metric: Metric) -> Sequence[Tuple[str, int]]:
)
return buckets


class PrometheusMetricExporter(MetricExporter):
"""Prometheus metric exporter for OpenTelemetry.
Expand Down

0 comments on commit 36f0a4f

Please sign in to comment.