From af9a1c984aead61645d90cc6e072c1a661703fb8 Mon Sep 17 00:00:00 2001 From: Jacob McSwain Date: Sat, 11 Nov 2023 07:52:59 -0600 Subject: [PATCH] README: add prometheus plugin (#854) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2f1f73b97..68aea3b71 100644 --- a/README.md +++ b/README.md @@ -74,6 +74,7 @@ By default, Trunk Recorder just dumps a lot of recorded files into a directory. * [MQTT Statistics](https://github.com/robotastic/trunk-recorder-mqtt-statistics): Publishes statistics about a Trunk Recorder instance over MQTT * [Decode rates logger](https://github.com/rosecitytransit/trunk-recorder-decode-rate): Logs trunking control channel decode rates to a CSV file, and includes a PHP file that outputs an SVG graph * [Daily call log and live Web page](https://github.com/rosecitytransit/trunk-recorder-daily-log): Creates a daily log of calls (instead of just individual JSON files) and includes an updating PHP Web page w/audio player +* [Prometheus exporter](https://github.com/USA-RedDragon/trunk-recorder-prometheus): Publishes statistics to a metrics endpoint via HTTP ### Troubleshooting