Skip to content

Commit

Permalink
Fetch data from new loki and prometheus
Browse files Browse the repository at this point in the history
  • Loading branch information
adeveloper-wq committed Jan 31, 2024
1 parent 26b597f commit f1b95b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion provisioning/datasources/loki.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ datasources:
type: loki
access: proxy
orgId: 1
url: http://loki:3100
url: http://loki-monitoring:3100
basicAuth: false
isDefault: false
editable: true
2 changes: 1 addition & 1 deletion provisioning/datasources/prometheus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ datasources:
type: prometheus
access: proxy
orgId: 1
url: http://prometheus:9090
url: http://prometheus-monitoring:9090
basicAuth: false
isDefault: true
editable: true

0 comments on commit f1b95b4

Please sign in to comment.