We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I expect the AlertRule to contain correct value for no_data_state
When I use ALERTRULE_STAT_DATA_NODATA and upload the alertgroup it returns the following error
ALERTRULE_STAT_DATA_NODATA
{"message":"invalid rule specification at index [0]: unknown NoData state option No Data","traceID":""}%
Create an AlertRulev9 with noDataAlertState=ALERTRULE_STAT_DATA_NODATA and upload it to grafana.
The text was updated successfully, but these errors were encountered:
ValueError: could not upload alert. failed with status code: 500. message: unknown NoData state option No Data
Still getting the above error when alert is created using AlertRulev9. Can you please test and merge this MR to fix this issue?
Sorry, something went wrong.
No branches or pull requests
What you expected to happen?
I expect the AlertRule to contain correct value for no_data_state
What happened?
When I use
ALERTRULE_STAT_DATA_NODATA
and upload the alertgroup it returns the following errorHow to reproduce it?
Create an AlertRulev9 with noDataAlertState=ALERTRULE_STAT_DATA_NODATA and upload it to grafana.
The text was updated successfully, but these errors were encountered: