Now according to the GraphQL for Grafana documentation, I am listing DataPath as httpRequests1mGroups , however I am still getting error data path did not exist.
Am I doing something wrong?
Can anyone help me please?
@justincilia1 I think you need to include everything after data in the path, i.e. viewer.zones.httpRequests1mGroups. I also see that zones itself is an array, so you may need to add an index (like zones[0]) - though I’m not totally sure how the path needs to be formulated for this to work.
Sorry, I don’t have an intimate familiarity with how the paths are parsed by the GraphQL plugin and how cases like this need to be treated. If looking at the docs doesn’t work, it may be worth trying to reach out to the developer on Github.