Skip to content

Latest commit

 

History

History
11 lines (11 loc) · 950 Bytes

README.md

File metadata and controls

11 lines (11 loc) · 950 Bytes

Monitoring-prometheus-Grafana

demo setup project Step 1 - Configure Prometheus The Prometheus server requires a configuration file that defines the endpoints to scrape along with how frequently the metrics should be accessed. prometheus Start Node Exporter To collect metrics related to a node it's required to run a Prometheus Node Exporter. Prometheus has many exporters that are designed to output metrics for a particular system, such as Postgres or MySQL. prometheus-1 View Metrics With the containers launched, Prometheus will scrape and store the data based on the internals in the configuration. promethues-monitoring