Skip to content

Commit

Permalink
Update docs/getting_started/metrics_example.py
Browse files Browse the repository at this point in the history
Co-authored-by: Diego Hurtado <ocelotl@users.noreply.github.com>
  • Loading branch information
sarafonseca-123 and ocelotl committed Feb 3, 2024
1 parent 9c4c415 commit 2c422b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/getting_started/metrics_example.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ def observable_gauge_func(options: CallbackOptions) -> Iterable[Observation]:

# Async Gauge
observable_gauge = meter.create_observable_gauge(
"gauge", [observable_gauge_func]
"observable_gauge", [observable_gauge_func]
)

# Sync Gauge
Expand Down

0 comments on commit 2c422b2

Please sign in to comment.