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 064ce06 commit 472a98bCopy full SHA for 472a98b
docs/getting_started/metrics_example.py
@@ -76,7 +76,7 @@ def observable_gauge_func(options: CallbackOptions) -> Iterable[Observation]:
76
77
# Async Gauge
78
observable_gauge = meter.create_observable_gauge(
79
- "gauge", [observable_gauge_func]
+ "observable_gauge", [observable_gauge_func]
80
)
81
82
# Sync Gauge
0 commit comments