Skip to content

Commit

Permalink
Update prometheus.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
idobry authored Oct 26, 2020
1 parent 8e22edd commit 6a47b26
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions mngmt/monitoring/prometheus/prometheus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@ scrape_configs:
- source_labels: [__meta_kubernetes_service_name, __meta_kubernetes_endpoint_port_name]
action: keep
regex: kubernetes;https

remote_write:
- url: https://prometheus-us-central1.grafana.net/api/prom/push
basic_auth:
username: 16718
password: eyJrIjoiODgwMmVjNTg3ODMwODMzNTRjOGM4MmQ3ZDIyYWFkMmM3MTYwMDk2YyIsIm4iOiJpZG8tdG9rZW4iLCJpZCI6NDI1NDExfQ==

# Kubernetes pods
- job_name: kubernetes-pods
Expand Down

0 comments on commit 6a47b26

Please sign in to comment.