Skip to content

Commit

Permalink
#59 improve documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
GreenRover committed Jan 6, 2024
1 parent ab5145d commit ae12a98
Showing 1 changed file with 34 additions and 7 deletions.
41 changes: 34 additions & 7 deletions solace_prometheus_exporter.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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=*|*

0 comments on commit ae12a98

Please sign in to comment.