Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 1.09 KB

integrations.md

File metadata and controls

20 lines (13 loc) · 1.09 KB
title type menu slug
Integrations
docs
thanos
/integrations.md

Integrations

StoreAPI

StoreAPI is a common proto interface for gRPC component that can connect to Querier in order to fetch the metric series. Natively Thanos implements Sidecar (local Prometheus data), Ruler and Store gateway. This solves fetching series from Prometheus or Prometheus TSDB format, however same interface can be used to fetch metrics from other storages.

Below you can find some public integrations with other systems through StoreAPI:

OpenTSDB

Geras is an OpenTSDB integration service which can connect your OpenTSDB cluster to Thanos. Geras exposes the Thanos Storage API, thus other Thanos components can query OpenTSDB via Geras, providing a unified query interface over OpenTSDB and Prometheus.

Although OpenTSDB is able to aggregte the data, it's not supported by Geras at the moment.