Prometheus
Prometheus:
Exporters:
Node Exporter(To get Linux machine metrics):
PromQL:
data types
Update prometheous config file without restarting
1. SIGHUP
Get the process id of the prometheus and exnter command kill -HUP <processid>
ps ax | grep prometheus
2. Post request to reload handler
curl -X 'POST' http://localhost:9090/-reload
Note: This will work only if you start prometheus using --web-enable-lifecycle
Ex: ./prometheus --web-enable-lifecycle
Comments
Post a Comment