Join GitHub today
GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.
Sign upStore metrics docstrings and allow to query them #2747
Comments
gouthamve
added
the
not-as-easy-as-it-looks
label
Jul 21, 2017
This comment has been minimized.
This comment has been minimized.
aweiteka
commented
Dec 18, 2017
|
+1. Here's a specific use case: As a query developer creating queries for dashboards and alerts, I would like to enable "help mode" in the prometheus web UI so I can understand exactly what data is being returned so I have confidence the data I am getting is what I want. This might be implemented as a mouseover tooltip in the query bar or as a function, e.g. |
This comment has been minimized.
This comment has been minimized.
|
Related: #376 |
This comment has been minimized.
This comment has been minimized.
|
#4183 added this. |
brian-brazil
closed this
Jun 13, 2018
This comment has been minimized.
This comment has been minimized.
lock
bot
commented
Mar 22, 2019
|
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
lock
bot
locked and limited conversation to collaborators
Mar 22, 2019
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
AlekSi commentedMay 19, 2017
Prometheus doesn't currently store metrics docstrings (
#HELPlines in text format). They could be useful for a user in various UIs and dashboards.I think they can be stored as simple non-versioned metainformation. If some metric has different docstrings in various jobs, then log a warning and overwrite it (the last write wins).
Obviously, they also should be exposed via API.