Skip to content

Commit

Permalink
local-dev: grafana: update endpoint
Browse files Browse the repository at this point in the history
Signed-off-by: Hank Donnay <hdonnay@redhat.com>
  • Loading branch information
hdonnay committed Nov 11, 2021
1 parent 3ee44c1 commit c92b02c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions local-dev/grafana/provisioning/datasources/datasource.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ datasources:
# <int> org id. will default to orgId 1 if not specified
orgId: 1
# <string> url
url: http://prometheus:9090
url: http://clair-prometheus:9090/prom/
# <string> database password, if used
password:
# <string> database user, if used
Expand Down Expand Up @@ -47,4 +47,4 @@ datasources:
tlsClientKey: "..."
version: 1
# <bool> allow users to edit datasources from the UI.
editable: true
editable: false

0 comments on commit c92b02c

Please sign in to comment.