File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- # CircuitPython_DataDog
1+ # circuitpython-datadog
22
3- CircuitPython_DataDog is a small CircuitPython 9.x library for sending custom
3+ A small CircuitPython 9.x library for sending custom
44metrics to the Datadog HTTP API at ` POST /api/v2/series ` .
55
66The library is designed for network-capable CircuitPython boards, including
@@ -22,7 +22,7 @@ CIRCUITPY/
2222This repository follows the usual single-file CircuitPython library layout:
2323
2424``` text
25- CircuitPython_DataDog /
25+ circuitpython-datadog /
2626|-- datadog.py
2727|-- examples/
2828| `-- basic_metrics.py
Original file line number Diff line number Diff line change 1111
1212
1313__version__ = "0.0.0+auto.0"
14- __repo__ = "https://github.com/your-name/CircuitPython_DataDog .git"
14+ __repo__ = "https://github.com/q/circuitpython-datadog .git"
1515
1616_TYPE_COUNT = 1
1717_TYPE_RATE = 2
You can’t perform that action at this time.
0 commit comments