This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
tasks:grafana_agent_setup_for_lab_nodes_monitoring [2026/04/16 12:15] akraitman |
tasks:grafana_agent_setup_for_lab_nodes_monitoring [2026/05/03 14:31] (current) akraitman |
||
|---|---|---|---|
| Line 36: | Line 36: | ||
| 2. **Grafana Agent** | 2. **Grafana Agent** | ||
| - Lightweight Prometheus-compatible agent | - Lightweight Prometheus-compatible agent | ||
| - | - Scrapes `node_exporter` locally from localhost:9100 | + | - Scrapes node_exporter locally from localhost:9100 |
| - Relabels the instance using the host’s FQDN | - Relabels the instance using the host’s FQDN | ||
| - Forwards all collected metrics to the central Mimir using the remote_write protocol | - Forwards all collected metrics to the central Mimir using the remote_write protocol | ||
| Line 55: | Line 55: | ||
| - Forwards metrics to Mimir with basic auth credentials stored in the secrets repository(in mimir_password.yml): | - Forwards metrics to Mimir with basic auth credentials stored in the secrets repository(in mimir_password.yml): | ||
| - | ** Mimir Endpoint ** | + | ** Mimir Endpoints ** |
| + | Internal | ||
| https://mimir-jenkins-monitoring.apps.pok.os.sepia.ceph.com/api/v1/push | https://mimir-jenkins-monitoring.apps.pok.os.sepia.ceph.com/api/v1/push | ||
| + | | ||
| + | External | ||
| + | https://mimir.ceph.com/api/v1/push | ||