You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The general setup of OpenTelemetry Python is explained in the official [Getting Started Guide](https://open-telemetry.github.io/opentelemetry-python/getting-started.html#add-metrics).
24
24
25
25
```python
26
-
27
26
# setup metrics export pipeline
28
27
metrics.set_meter_provider(MeterProvider(
29
-
# configure Exporter/MetricReader combination with a 5000ms export
0 commit comments