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
When I request a time interval for which the requested metric doesn't have values, I get a null as return.
null
Request:
{"range":{"from":"2023-02-15T06:10:26.936Z","to":"2023-02-15T18:17:18.110Z"},"maxDataPoints":600,"metrics":["dummy.source"]}
Response:
{"dummy.source": null}
No error in grafana backend.
The text was updated successfully, but these errors were encountered:
fixes Null in response in timeline request #52
14872b8
No branches or pull requests
When I request a time interval for which the requested metric doesn't have values, I get a
null
as return.Request:
Response:
No error in grafana backend.
The text was updated successfully, but these errors were encountered: