mirror of
https://github.com/grafana/grafana.git
synced 2026-07-29 15:59:50 -05:00
Devenv: Add gdev-influxdb2 data source (#31250)
* Add gdev-influxdb2 data source * Change influxdb2 docker block to use 8087 port * Update telegraf url
This commit is contained in:
@@ -34,6 +34,17 @@ datasources:
|
||||
secureJsonData:
|
||||
password: grafana
|
||||
|
||||
- name: gdev-influxdb2
|
||||
type: influxdb
|
||||
access: proxy
|
||||
url: http://influxdb2:8086
|
||||
secureJsonData:
|
||||
token: mytoken
|
||||
jsonData:
|
||||
version: Flux
|
||||
organization: myorg
|
||||
defaultBucket: mybucket
|
||||
|
||||
- name: gdev-influxdb-telegraf
|
||||
type: influxdb
|
||||
access: proxy
|
||||
|
||||
Reference in New Issue
Block a user