问题标签 [tempodb]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
2 回答
1909 浏览

redis - 时间序列数据库与 php

目前我正在使用 rrdtool 来创建基于时间序列的数据库和 php 图表,我最近正在转向 laravel 并移植我的代码。

是否有任何现有的 php 库可以与 redis、mongodb、rethinkdb 或 tempo-db 一起使用,可以帮助我在 rrdtool 中创建时间序列数据库?

0 投票
2 回答
105 浏览

python - 如何将 tempodb DataSet 转换为实际数字并获取时间戳?

我正在使用以下代码从我的 tempodb 数据库中读取值:

该代码工作正常,并且可以获取数据点。但是,它以 format 格式获取它们'DataSet',这是 TempoDB 的数据点格式。但他们没有展示如何从这种格式转换为实际坐标或数字。这是代码返回的数据:

有谁知道如何将这种格式(DataSet)转换为实际坐标?

编辑:

这是我当前的代码:

这将输出以下内容,并带有TypeError

0 投票
1 回答
198 浏览

grafana - Does Jaeger support Grafana Tempo backend?

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