From ae12a98bb56a7d59a46a8c1d177e1022f3f2cfc3 Mon Sep 17 00:00:00 2001 From: Heiko Henning Date: Sat, 6 Jan 2024 10:21:23 +0100 Subject: [PATCH] #59 improve documentation --- solace_prometheus_exporter.ini | 41 ++++++++++++++++++++++++++++------ 1 file changed, 34 insertions(+), 7 deletions(-) diff --git a/solace_prometheus_exporter.ini b/solace_prometheus_exporter.ini index 5ae0014..0be50ec 100644 --- a/solace_prometheus_exporter.ini +++ b/solace_prometheus_exporter.ini @@ -15,13 +15,13 @@ certificate=cert.pem privateKey=key.pem # Base URI on which to scrape Solace broker. -scrapeUri=https://mr-connection-j6em7yuyi7k.messaging.solace.cloud:943 +scrapeUri=http://localhost:8080 # Basic Auth username for http scrape requests to Solace broker. -username=AaaBbbCcc-view +username=admin # Basic Auth password for http scrape requests to Solace broker. -password=d2nblrf3ga64u764evmh97k34p +password=admin # If SempV2 APIs are used, the asterix is not a valid option for vpn any more. # There for the `defaultVpn` will be used if an asterix is given as vpn name. @@ -41,8 +41,35 @@ prefetchInterval=30s # Dont increase this value if your broker may have more thant 100 clients, queues, ... parallelSempConnections=1 -[endpoint.solace-v1-test] -QueueStats = AaaBbbCcc|* +[endpoint.solace-std] +Version=*|* +Health=*|* +Spool=*|* +Redundancy=*|* +ConfigSyncRouter=*|* +Vpn=*|* +VpnReplication=*|* +ConfigSyncVpn=*|* +Bridge=*|* +VpnSpool=*|* -[endpoint.solace-v2-test] -QueueStatsV2 = AaaBbbCcc|queueName!=not/interesting*|solace_queue_msg_shutdown_discarded,solace_queue_msg_max_redelivered_discarded +[endpoint.solace-det] +ClientStats=*|* +VpnStats=*|* +BridgeStats=*|* +QueueStats=*|* +QueueDetails=*|* + +[endpoint.solace-broker-std] +Version=*|* +Health=*|* +Spool=*|* +Redundancy=*|* +ConfigSyncRouter=*|* + +[endpoint.solace-vpn-std] +Vpn=*|* +VpnReplication=*|* +ConfigSyncVpn=*|* +Bridge=*|* +VpnSpool=*|*