ansible/awx

Make Info Metrics more easy to query

Open

#3,781 创建于 2019年4月29日

在 GitHub 查看
 (2 评论) (1 反应) (0 负责人)Python (3,333 fork)batch import
Hacktoberfestcomponent:apigood first issue

仓库指标

Star
 (13,071 star)
PR 合并指标
 (平均合并 24天 6小时) (30 天内合并 30 个 PR)

描述

ISSUE TYPE
  • Bug Report
SUMMARY

Currently awx_system_info and awx_instance_info metrics are returned as labels with values, which makes it difficult to query just the value of one key. As a result, you can't query individual key's for their values in prometheus, for example: awx_system_info{anisble_version}. This has already been fixed for licenses.

We should make the rest of these individual metrics so that they can be individually queried. i.e.: "I am a customer who likes to see my Ansible version and tower version in Dashboard for Tower in Grafana"

ENVIRONMENT
  • AWX version: 4.0.0

贡献者指南