使用Prometheus插件,是否可以在表中显示单个统计信息作为键:值表行而不是时间序列?
这仅表示current_value
。
E.g。 node_uname_info
给予:
key | value
------- |-------
machine | x86_64
nodename| ServerName
release | 4.10.51-1-amd64
sysname | Linux
version | #1 SMP Debian 4.10.51-1
最好我想从不同的来源手动为每个表行选择一个值。 E.g:
A: node_uname_info.release
B: node_uname_info.version
C: "Some Manual String"
D: node_memory_MemTotal
答案 0 :(得分:0)
从Grafana 4.3开始,你确实可以:
http://docs.grafana.org/guides/whats-new-in-v4-3/#prometheus-table-data-column-per-label
但是在你的例子中,包含Some Random String
的C列在Grafana中很难实现。考虑使用Prometheus relabeling在Prometheus中为您的指标永久添加其他数据。