unpoller_unpoller/integrations/inputunifi/pkg/promunifi
Ben Kochie f34f3e63a5 Move excess device labels to info metric
Move some of the excess device inventory labels to an "info" metric.
This reduces query output noise and indexing overhead.

These labels can still be used for filtering with a `group_left` query.

Signed-off-by: Ben Kochie <superq@gmail.com>
2019-12-02 22:43:35 +01:00
..
README.md move pkgs, update readme, add two more metrics to influx client 2019-11-30 01:45:42 -08:00
clients.go a couple more fixes 2019-12-01 19:04:17 -08:00
collector.go fix more ratios, combine export loops 2019-12-01 17:42:13 -08:00
report.go move pkgs, update readme, add two more metrics to influx client 2019-11-30 01:45:42 -08:00
site.go more fixes 2019-12-01 03:26:13 -08:00
uap.go Move excess device labels to info metric 2019-12-02 22:43:35 +01:00
udm.go Move excess device labels to info metric 2019-12-02 22:43:35 +01:00
usg.go Move excess device labels to info metric 2019-12-02 22:43:35 +01:00
usw.go Move excess device labels to info metric 2019-12-02 22:43:35 +01:00

README.md

prometheus

This package provides the interface to turn UniFi measurements into prometheus exported metrics. Requires the poller package for actual UniFi data collection.