Commit b56b827b authored by Kevin Lyda's avatar Kevin Lyda 💬
Browse files

Update with some prometheus info.

parent 361ce13f
Pipeline #1242 passed with stage
in 1 minute and 13 seconds
......@@ -10,6 +10,19 @@ Note this is not yet complete.
go get -u gitlab.com/lyda/gqgmc/cmd/gqgmcd
```
## Prometheus variables
There is a sample `prometheus.yml` configuration in the `docs/`
directory. See the Prometheus
[getting started](https://prometheus.io/docs/introduction/getting_started/)
docs for more information.
* `gqgmc_geiger_cpm` (histogram) CPM readings.
* `gqgmc_geiger_cps` (histogram) CPS readings.
* `gqgmc_power_volts` (histogram) Voltage readings.
* `gqgmc_sys_errors` (histogram) Error counts. Records problems
communicating with the device.
## Configuring udev
Copy the `linux/51-gqgmc.rules` file to the `/etc/udev/rules.d`
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment