gpt4 book ai didi

Grafana 查询获取唯一标签值

转载 作者:行者123 更新时间:2023-12-02 10:59:41 25 4
gpt4 key购买 nike

我想获取某些指标的特定标签的唯一值。例如,如果我的指标“metric_name”具有标签“tag_name1”和“tag_name2”:

metric_name{tag_name1='a',tag_name2='b'}
metric_name{tag_name1='c',tag_name2='d'}
metric_name{tag_name1='e',tag_name2='f'}

我想获取“tag_name1”标签的唯一值:a、c、e

有点像:

select distinct tag_name1 from metric_name

最佳答案

TLDR;

带有查询label_values(tag_name1)的模板可以完成这项工作。

更多详细信息:

通过 prometheus 标签,我猜您正在使用此数据库。

您可以使用Grafana templating获取某些指标的特定标签的唯一值。

Query is the most common type of Template variable. Use the Query template type to generate a dynamic list of variables, simply by allowing Grafana to explore your Data Source metric namespace when the Dashboard loads.

For example a query like prod.servers.* will fill the variable with all possible values that exists in that wildcard position (in the case of the Graphite Data Source).

因此,您可以使用 Prometheus query in Grafana 的 label_values 添加模板和查询.

关于Grafana 查询获取唯一标签值,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/53517296/

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