【发布时间】:2014-02-11 23:37:02
【问题描述】:
给定一个特定的标签值,有没有办法获取与其关联的所有指标的列表?
示例
- 标签(键=值)
- host=box1.onenet.tv
- host=box2.onenet.tv
- 指标
- net.bytes_received
- net.bytes_sent
- net.error_count
- 与标签值“box1.onenet.tv”关联的指标
- net.bytes_received
- net.bytes_sent
- net.error_count"
如何使用标签值“box1.onenet.tv”获取“net.bytes_received,net.bytes_sent,net.error_count”?
【问题讨论】:
标签: opentsdb