thanos

Highly available Prometheus setup with long term storage capabilities

brewmacoslinux
Try with needOr install directly
Source

About

Highly available Prometheus setup with long term storage capabilities

Commands

thanos

Examples

Start Thanos sidecar to extend Prometheus with long-term storage$ thanos sidecar --tsdb.path /prometheus --prometheus.url http://localhost:9090
Start Thanos query node to deduplicate metrics across multiple Prometheus instances$ thanos query --http-address 0.0.0.0:10902 --store localhost:10901
Start Thanos store gateway to query historical metrics from object storage$ thanos store --tsdb.path /thanos-cache --objstore.config-file /etc/thanos/objstore.yml