Skip to content

Commit

Permalink
Remove unused import in Python prometheus doc (#5585)
Browse files Browse the repository at this point in the history
Co-authored-by: Emídio Neto <[email protected]>
  • Loading branch information
mimikwang and emdneto authored Nov 11, 2024
1 parent 5dbbce8 commit 23a6a4b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion content/en/docs/languages/python/exporters.md
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,6 @@ from prometheus_client import start_http_server
from opentelemetry import metrics
from opentelemetry.exporter.prometheus import PrometheusMetricReader
from opentelemetry.sdk.metrics import MeterProvider
from opentelemetry.sdk.metrics.export import PeriodicExportingMetricReader
from opentelemetry.sdk.resources import SERVICE_NAME, Resource

# Service name is required for most backends
Expand Down

0 comments on commit 23a6a4b

Please sign in to comment.