0

im starting with tracing tools. I would like to use Grafana Tempo backend storage and as UI Jaeger. Is possible that this stack will work together? Im running that in docker via official docker-compose files.

I checked Jaeger documentation and did not find anything about Grafana Tempo support. There is only Elastic, Cassandra, Fluxdb etc... but not Grafana Tempo.

Thanks

4

1 回答 1

0

您必须记住,当您使用 Tempo(或 Loki)时,这些系统不会索引数据。这就是它们如此便宜的原因。挑战在于您无法批量对数据进行全文搜索,这就是 Jaeger 不支持 Tempo 作为后端的原因。所有 Grafana 项目的工作方式是,当您从指标开始进行故障排除时,将其隔离到一个小时间框架或特定组件,然后转向日志或跟踪。不幸的是,在进行故障排除时,有很多充分的理由从日志或跟踪开始,但这对于它们的后端是不可能的,这是索引和不索引之间的权衡,这就是为什么它们与 OpenSearch/ElasticSearch 相比操作成本低.

于 2021-11-06T10:23:16.957 回答