You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The implementation use a new route named /probe and credentials for each target are managed in the config file config.cnf. The current chart doesn't allow serviceMonitor path overide or adding params.
serviceMonitor:
# When set true then use a ServiceMonitor to configure scrapingenabled: falsemultipleTarget: falsetargets: []# for every targets, url and name must be set, port is optionnal# an individual additionalRelabeling can be set for every target# - endpoint: mysql1.dns.local# name: mysql1# port: 3307# - endpoint: mysql2.dns.local# name: mysql2
The name could be used as key to retrieve the database credentials in config.cnf
Is your feature request related to a problem ?
mysqld_exporter support multiple target since the release 0.15.0. https://github.com/prometheus/mysqld_exporter/releases/tag/v0.15.0
The implementation use a new route named
/probe
and credentials for each target are managed in the config fileconfig.cnf
. The current chart doesn't allow serviceMonitor path overide or adding params.Describe the solution you'd like.
An implementation close to prometheus-redis-export would be ideal: https://github.com/prometheus-community/helm-charts/blob/main/charts/prometheus-redis-exporter/values.yaml#L108
The name could be used as key to retrieve the database credentials in
config.cnf
Describe alternatives you've considered.
NONE
Additional context.
No response
The text was updated successfully, but these errors were encountered: