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
Hi, I'm trying to display some data I get with JSON queries (from JSON API data source for Grafana plugin), but with no success until now.
ex: Server1(server1) -- bandwidth--> Server2(server2)
query configuration: .data.data[].bandwidth JSONPath Type: String Alias: bandwidth
(Note: it works ok on other graphs like echarts)
Is there anything I'm missing?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
I'm trying to display some data I get with JSON queries (from JSON API data source for Grafana plugin), but with no success until now.
ex: Server1(server1) -- bandwidth--> Server2(server2)
query configuration:
.data.data[].bandwidth JSONPath Type: String Alias: bandwidth
(Note: it works ok on other graphs like echarts)
Is there anything I'm missing?
The text was updated successfully, but these errors were encountered: