An open API service indexing awesome lists of open source software.

https://github.com/asppj/thanos-compose

docker-compose.yaml for thanos demo
https://github.com/asppj/thanos-compose

Last synced: 4 months ago
JSON representation

docker-compose.yaml for thanos demo

Awesome Lists containing this project

README

        

## Running the example

```bash
docker-compose up -d
```

The following services will be installed (and some are accessible via browser):

| Component | Description | URL |
| ----------------------- | ------------------------------------------------------ | ----------------------------- |
| prometheus-1 | Prometheus Server 1 (labels: cluster=clusterDemo1, replica=r1) | |
| prometheus-2 | Prometheus Server 2 (labels: cluster=clusterDemo1, replica=r2) | |
| prometheus-3 | Prometheus Server 3 (labels: cluster=clusterDemo2, replica=r1) | |
| prometheus-4 | Prometheus Server 4 (labels: cluster=clusterDemo2, replica=r2) | |
| thanos-sidecar-1 | Thanos Sidecar for Prometheus Server 1 | not accessible via browser |
| thanos-sidecar-2 | Thanos Sidecar for Prometheus Server 2 | not accessible via browser |
| thanos-sidecar-3 | Thanos Sidecar for Prometheus Server 3 | not accessible via browser |
| thanos-sidecar-4 | Thanos Sidecar for Prometheus Server 4 | not accessible via browser |
| thanos-query-frontend | Thanos Query Frontend | |
| thanos-querier | Thanos Querier | |
| thanos-ruler | Thanos Ruler | |
| thanos-bucket-web | Thanos Bucket Web | |
| thanos-store-gateway | Thanos Store Gateway | not accessible via browser |
| thanos-compactor | Thanos Compactor | not accessible via browser |
| minio | Minio - Amazon S3 Compatible Object Storage | |
| alertmanager | Alertmanager | |
| grafana | Grafana | |
| cadvisor | cAdvisor | |
| node-exporter | Node Exporter | |
| statsd-exporter | Statsd Exporter | |

## Credentials

Grafana:

```bash
username - admin
password - admin (Password is stored in the `/grafana/config monitoring` env file)
```

Minio:

```bash
Access Key - smth
Secret Key - Need8Chars (Keys are stored in the `docker-compose.yaml` file)
```