Skip to content

Commit

Permalink
fix: align example provisioning file with readMe version
Browse files Browse the repository at this point in the history
  • Loading branch information
ckbedwell committed Oct 13, 2023
1 parent 9d05304 commit bef02ee
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions dev/provisioning/plugins/example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
# disabled: false
# jsonData:
# apiHost: https://synthetic-monitoring-api.grafana.net
# stackId: <grafana stack ID>
# stackId: <instance ID of your hosted grafana>
# logs:
# grafanaName: <name of your provisioned logs datasource>
# hostedId: <logs cloud instance ID>
# grafanaName: <name of an existing Loki datasource pointing to the Grafana Cloud Loki instance>
# hostedId: <Grafana Cloud Loki instance ID>
# metrics:
# grafanaName: <name of your provisioned metrics datasource>
# hostedId: <metrics cloud instance ID>
# grafanaName: <name of an existing Prometheus datasource pointing to the Grafana Cloud Prometheus instance>
# hostedId: <Grafana Cloud Prometheus instance ID>
# secureJsonData:
# publisherToken: <grafana.com metrics publisher token>
# publisherToken: <access policy token with read:stacks, write:metrics, write:logs, and write:traces scope>

0 comments on commit bef02ee

Please sign in to comment.