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 upUnexplained recording rule syntax example provided in docs #3040
Comments
This comment has been minimized.
This comment has been minimized.
|
That's a convention defined in https://prometheus.io/docs/practices/rules/, and it does match the docs prior to it. |
brian-brazil
added
the
kind/question
label
Aug 11, 2017
brian-brazil
closed this
Aug 11, 2017
This comment has been minimized.
This comment has been minimized.
lock
bot
commented
Mar 23, 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 23, 2019
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
cmcginty commentedAug 9, 2017
•
edited
I'm raising this issue because the current Recording Rule documentation is woefully lacking with respect to non-expert user such as myself.
I'm trying to implement a recording rule but the first example is using syntax that is not defined nor explained to the reader.
On the https://prometheus.io/docs/querying/rules/#configuring-rules page, the example is:
First, the left-hand value does not match the syntax defined immediately above it. Assuming the example is valid, could you please document the
<X>:<Y>:<Z>values with respect to the right-hand query in the example?Does the colon in this example have some special meaning?