Skip to content

Commit

Permalink
Renamed the datasource
Browse files Browse the repository at this point in the history
  • Loading branch information
codebien committed Apr 12, 2023
1 parent 139c7ac commit c80a73f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion grafana/dashboards/dashboards.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ apiVersion: 1

providers:
# We're defining a directory from which to load file-based dashboards
- name: 'prometheus-in-docker'
- name: 'prometheus'
type: file
disableDeletion: false
updateIntervalSeconds: 10
Expand Down
2 changes: 1 addition & 1 deletion grafana/datasources/datasource.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
apiVersion: 1

datasources:
- name: prometheus-in-docker
- name: prometheus
type: prometheus
access: proxy
url: http://prometheus:9090
Expand Down

0 comments on commit c80a73f

Please sign in to comment.