Prometheus - Grafana ACI monitor
prometheus is an open-source metrics collection and processing tool.
ACI sandbox
Use sandpit for an example to monitor ACI in Grafana
https://sandboxapicdc.cisco.com/
curl 'http://localhost:9643/probe?target=cisco_sandbox'
The Prometheus Node Exporter exposes a wide variety of hardware- and kernel-related metrics.
curl
http://localhost:9100/metrics
promhttp_metric_handler_requests_total
The Prometheus configuration is done through YAML files, the main one being located at /etc/prometheus/prometheus.yml.
http://localhost:9090/graph?g0.expr=node_filesystem_avail_bytes&g0.tab=0&g0.display_mode=lines&g0.show_exemplars=0&g0.range_input=1h
http://localhost:9090/graph?g0.expr=rate(node_cpu_seconds_total%7Bmode%3D%22system%22%7D%5B1m%5D)&g0.tab=0&g0.display_mode=lines&g0.show_exemplars=0&g0.range_input=1h
get-started-with-prometheus-with-these-three-easy-projects