File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
docs/examples/metrics/reader Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ def read_humidity(options: CallbackOptions) -> Iterable[Observation]:
6060
6161guage = meter .create_observable_gauge (
6262 name = "synchronous_gauge_temperature" ,
63- description = "Gauage value captured synchronously" ,
63+ description = "Gauge value captured synchronously" ,
6464 callbacks = [read_temperature ],
6565)
6666
@@ -76,7 +76,7 @@ def read_humidity(options: CallbackOptions) -> Iterable[Observation]:
7676# Invoking `collect` will read all measurements assigned to the reader
7777guage2 = meter .create_observable_gauge (
7878 name = "synchronous_gauge_humidity" ,
79- description = "Gauage value captured synchronously" ,
79+ description = "Gauge value captured synchronously" ,
8080 callbacks = [read_humidity ],
8181)
8282print ("--- Multiple Measurments ---" , flush = True )
You can’t perform that action at this time.
0 commit comments