mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
docker: fake-data-gen:latest updates
fake-data-gen for elastic 2.4 and 5 blocks, new graphite 1.1+ block. added big dashboard for graphite 1 and 1.1+ that can be imported to grafana
This commit is contained in:
parent
8efb39ee2b
commit
61e1c12fee
@ -6,3 +6,10 @@
|
|||||||
- "9300:9300"
|
- "9300:9300"
|
||||||
volumes:
|
volumes:
|
||||||
- ./blocks/elastic/elasticsearch.yml:/usr/share/elasticsearch/config/elasticsearch.yml
|
- ./blocks/elastic/elasticsearch.yml:/usr/share/elasticsearch/config/elasticsearch.yml
|
||||||
|
|
||||||
|
fake-elastic-data:
|
||||||
|
image: grafana/fake-data-gen
|
||||||
|
network_mode: bridge
|
||||||
|
environment:
|
||||||
|
FD_DATASOURCE: elasticsearch
|
||||||
|
FD_PORT: 9200
|
||||||
|
@ -6,3 +6,10 @@
|
|||||||
ports:
|
ports:
|
||||||
- "10200:9200"
|
- "10200:9200"
|
||||||
- "10300:9300"
|
- "10300:9300"
|
||||||
|
|
||||||
|
fake-elastic5-data:
|
||||||
|
image: grafana/fake-data-gen
|
||||||
|
network_mode: bridge
|
||||||
|
environment:
|
||||||
|
FD_DATASOURCE: elasticsearch
|
||||||
|
FD_PORT: 10200
|
||||||
|
1161
docker/blocks/graphite1/big-dashboard.json
Normal file
1161
docker/blocks/graphite1/big-dashboard.json
Normal file
File diff suppressed because it is too large
Load Diff
1179
docker/blocks/graphite11/big-dashboard.json
Normal file
1179
docker/blocks/graphite11/big-dashboard.json
Normal file
File diff suppressed because it is too large
Load Diff
18
docker/blocks/graphite11/docker-compose.yaml
Normal file
18
docker/blocks/graphite11/docker-compose.yaml
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
graphite11:
|
||||||
|
image: graphiteapp/graphite-statsd
|
||||||
|
ports:
|
||||||
|
- "8180:80"
|
||||||
|
- "2103-2104:2003-2004"
|
||||||
|
- "2123-2124:2023-2024"
|
||||||
|
- "8225:8125/udp"
|
||||||
|
- "8226:8126"
|
||||||
|
|
||||||
|
fake-graphite11-data:
|
||||||
|
image: grafana/fake-data-gen
|
||||||
|
network_mode: bridge
|
||||||
|
environment:
|
||||||
|
FD_DATASOURCE: graphite
|
||||||
|
FD_PORT: 2103
|
||||||
|
FD_GRAPHITE_VERSION: 1.1
|
||||||
|
depends_on:
|
||||||
|
- graphite11
|
Loading…
Reference in New Issue
Block a user