|
| 1 | +# docker stacks |
| 2 | + |
| 3 | +You may have already followed [our docker quickstart guide](https://github.com/grafana/metrictank/blob/master/docs/quick-start-docker.md) but in fact, |
| 4 | +the metrictank repository contains a variety of docker stacks for different purposes. |
| 5 | +Here's an overview. |
| 6 | +Note: |
| 7 | +* not everything is detailed here. Plus this needs some more work. For specifics on any setup, please refer to the sources. |
| 8 | +* every environment comes with grafana and cassandra unless otherwise noted |
| 9 | +* every environment automatically provisions useful datasources and dashboards unless otherwise noted |
| 10 | + |
| 11 | +### docker-standard |
| 12 | + |
| 13 | +plain, basic environment. |
| 14 | +uses metrictank docker image (with baked in binaries and configs), statsdaemon. |
| 15 | +Comes with 1 dashboard: the metrictank dashboard |
| 16 | + |
| 17 | +### docker-dev |
| 18 | + |
| 19 | +Similar to docker-standard, but custom metrictank build is loaded, custom configs from scripts/config |
| 20 | +also: tag support, main+extra dashboards |
| 21 | + |
| 22 | + |
| 23 | +### docker-dev-scylla |
| 24 | + |
| 25 | +Same as docker-dev but using scylladb instead of cassandra |
| 26 | + |
| 27 | +### docker-dev-custom-cfg-kafka |
| 28 | + |
| 29 | +Similar to docker-dev in terms of build and configuration. |
| 30 | +Also: |
| 31 | +* kafka input and clustering backend |
| 32 | +* short chunkspan & numchunks |
| 33 | + (benefits: easy to trigger mem and mem_and_cass requests, frequent cass saves, notifier messages etc) |
| 34 | +* prometheus monitoring and jaeger tracing |
| 35 | +* caddy-proxied endpooints/datasources to check with different org-id auth headers |
| 36 | +* tsdb-gw |
| 37 | + |
| 38 | +### docker-cluster |
| 39 | + |
| 40 | +Similar to docker-dev-custom-cfg-kafka |
| 41 | + |
| 42 | +* uses a cluster of 4 MT's (with 2x replication) |
| 43 | +* separate graphite monitoring server |
| 44 | + |
| 45 | +### docker-chaos |
| 46 | + |
| 47 | +Similar to docker-cluster but used for chaos testing |
| 48 | + |
| 49 | + |
| 50 | +### docker-cosmosdb |
| 51 | + |
| 52 | +Used for testing against cosmosDB. Note: expects you to have a reachable cosmosdb and adjust settings accordingly. |
| 53 | +Does not auto-load datasources or dashboards. |
0 commit comments