From b56b827b18bdb2c9dd67d667fbf65e4378de1534 Mon Sep 17 00:00:00 2001 From: Kevin Lyda <kevin@ie.suberic.net> Date: Thu, 2 Feb 2017 01:09:44 +0000 Subject: [PATCH] Update with some prometheus info. --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index 5d1e908..43f08b4 100644 --- a/README.md +++ b/README.md @@ -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` -- GitLab