【发布时间】:2017-04-04 11:39:24
【问题描述】:
我想将动态 cmets 添加到提供有关服务的一些信息的指标中。诸如操作系统版本、内核版本等之类的东西。如何将其包含在 Guage 度量类型中。 我可以添加帮助和类型,但不能添加操作系统版本。
**OS version is xxxx**
# HELP http_request_duration_seconds A histogram of the request duration.
# TYPE http_request_duration_seconds histogram
【问题讨论】:
标签: go metrics prometheus