Pushing Metrics to Grafana Cloud
Step 1: Create a Prometheus Connection
global:
scrape_interval: 60s
remote_write:
- url: https://my-prometheus-connection.grafana.net/api/prom/push
basic_auth:
username: my-grafana-username
password: my-grafana-password
scrape_configs:
- job_name: node
static_configs:
- targets: ["localhost:9090"]Step 2. Configure the Grafana Agent
Step 3. Start the Grafana Agent in Docker
Step 4. Verify Metrics in Grafana Cloud
Further Reading
Last updated

