We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Custom query parameters
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
To reproduce: Configure VM datasource with custom query params:
All queries now supposed to filter metrics with job=vmalert.
job=vmalert
Try plotting a panel to verify:
it works.
Add an annotation query:
Try plotting it on the panel:
It shows unflitered data.
The text was updated successfully, but these errors were encountered:
fix: handle custom query params in annotation queries (#95)
3a56c3e
@Loori-R thanks for PR! Can we make a release?
Sorry, something went wrong.
The bugfix has been included in victoriametrics-datasource v0.4.0.
Loori-R
No branches or pull requests
To reproduce:

Configure VM datasource with custom query params:
All queries now supposed to filter metrics with
job=vmalert
.Try plotting a panel to verify:

it works.
Add an annotation query:

Try plotting it on the panel:

It shows unflitered data.
The text was updated successfully, but these errors were encountered: