From 7285be2aabf4ba9915a23085e63efb896c5a8896 Mon Sep 17 00:00:00 2001 From: Florin Coras Date: Mon, 31 Jan 2022 16:16:13 -0800 Subject: prom: basic builtin prometheus stats exporter This is a vpp builtin alternative, not a replacement, for the existing vpp_prometheus_exporter. The plugin works by registering with http_static as a url handler for stats.prom and handles requests by scraping the stats segment in the main thread. It will therefore consume vpp process cpu cycles. By default the plugin is disabled. To enable, first start the http static server an then use "prom enable" cli. Type: feature Signed-off-by: Florin Coras Change-Id: If6888e965d1b2361f6a5546586068213d37079d1 --- MAINTAINERS | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'MAINTAINERS') diff --git a/MAINTAINERS b/MAINTAINERS index 9081a360430..ec6987386f2 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -779,6 +779,11 @@ I: http M: Florin Coras F: src/plugins/http +Plugin - Prom +I: prom +M: Florin Coras +F: src/plugins/prom + cJSON I: cjson M: Ole Troan -- cgit 1.2.3-korg