GoshPosh / grafana-meta-queries

Grafana plugin for calculating time period metrics like week over week, month over month and year over year etc.
Apache License 2.0
285 stars 71 forks source link

Question: Meta Queries with JSON Datasource #93

Closed kghogue2 closed 4 years ago

kghogue2 commented 4 years ago

I am using SIMPOD-JSON-DATASOURCE, and I am trying to apply meta queries for arithmetic operations not offered by the JSON datasource.

I am running into issues with how to refer to my query, and I am not finding much information. I am also probably running into issues with null data, as my data source has significant latency (>3 min)

image

Gauravshah commented 4 years ago

A['Jones Street.....750 W'] needs to be put in. I am not sure how SIMPOD works but in general what is being shown on graph can be used as name

kghogue2 commented 4 years ago

That worked perfectly! Thank you so much for the quick response!