Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
您能否说一下是否可以通过 REST API 直接写入 Thanos(没有 Prometheus)fe?找不到任何例子。
Thanos 为此提供了接收器,但我不确定它是否已准备好生产以及是否支持 REST API。
我建议您看看其他针对 Prometheus 的长期存储解决方案,例如 VictoriaMetrics、Cortex 或 M3DB。它们支持用于数据摄取的 REST API。
例如,VictoriaMetrics 通过多种流行的摄取协议接受数据,例如 Influx line 协议、Graphite 明文协议、OpenTSDB 协议和任意 CSV。有关更多详细信息,请参阅这些文档。