Skip to content

Commit 36ddd1e

Browse files
committed
Use board source tag in example
1 parent ba88560 commit 36ddd1e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/basic_metrics.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
client.gauge(
5959
"circuitpython.cpu.temperature",
6060
microcontroller.cpu.temperature,
61-
tags=["source:wifi"],
61+
tags=["source:board"],
6262
)
6363
client.gauge("circuitpython.uptime", now)
6464

0 commit comments

Comments
 (0)