Skip to content

Commit 34ea731

Browse files
committed
docs(): added missing snapshot config options, fixes grafana#5708
1 parent 2bfccd7 commit 34ea731

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

docs/sources/installation/configuration.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -477,3 +477,14 @@ Format `<Hostname or ip>`:port
477477
### prefix
478478
Graphite metric prefix. Defaults to `prod.grafana.%(instance_name)s.`
479479

480+
## [snapshots]
481+
482+
### external_enabled
483+
Set to false to disable external snapshot publish endpoint (default true)
484+
485+
### external_snapshot_url
486+
Set root url to a Grafana instance where you want to publish external snapshots (defaults to https://snapshots-origin.raintank.io)
487+
488+
### external_snapshot_name
489+
Set name for external snapshot button. Defaults to `Publish to snapshot.raintank.io`
490+

0 commit comments

Comments
 (0)