-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
mixin: Fix wrong querier metric name #2005
mixin: Fix wrong querier metric name #2005
Conversation
c78c8f5
to
a0c9757
Compare
We might just want to open this against |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
good catch here
Agreed. Let's point this against the release branch and then merge the release branch back into master. |
a0c9757
to
d5a3fd1
Compare
Signed-off-by: Kemal Akkoyun <kakkoyun@gmail.com>
d5a3fd1
to
61448f6
Compare
Thanks, will release |
Signed-off-by: Kemal Akkoyun <kakkoyun@gmail.com> Signed-off-by: Giedrius Statkevičius <giedriuswork@gmail.com>
* Fix invalid start/end params in series api (#2015) * fix invalid start/end params in series api Signed-off-by: yeya24 <yb532204897@gmail.com> * add testcase for serieslabels time range Signed-off-by: yeya24 <yb532204897@gmail.com> * Revert "Fix revert metric name regression (#2005)" This reverts commit 7d16852. * Cut release 0.10.1 Signed-off-by: Bartlomiej Plotka <bwplotka@gmail.com> Co-authored-by: Ben Ye <yb532204897@gmail.com>
This PR fixes wrong querier metric name.
Changes
thanos_query_store_apis_dns_failures_total
tothanos_querier_store_apis_dns_failures_total
Verification
make examples-lint