gpt4 book ai didi

grafana - 在 Grafana 中将 InfluxQL 转换为 FLUX 查询

转载 作者:行者123 更新时间:2023-12-04 03:58:27 27 4
gpt4 key购买 nike

在 Grafana 中,我有一个使用 InfluxDB 1.x 作为数据源的仪表板,我正在迁移它以使用 InfluxDB 2.0 数据源和 Flux 查询。

在 Grafana 仪表板中有一个名为“服务器”的变量,它定义了以下查询:

SHOW TAG VALUES ON telegraf WITH KEY = "host"

我真的很难用 Flux 查询创建一个类似的变量..知道如何做到这一点吗?谢谢

最佳答案

试试这个:

import "influxdata/influxdb/schema"

schema.measurementTagValues(
bucket: "my_bucket",
tag: "host",
measurement: "my_measurement"
)

关于grafana - 在 Grafana 中将 InfluxQL 转换为 FLUX 查询,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/63480988/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com