Open mcbloch opened 3 years ago
Coming back to this, I think something like graphql would make the most sense
I think we should move all our little scripts to transform our data from telraam to grafana into telraam itself and exposes this data via an /metrics
endpoint
Grafana is very handy to use with a json api. The problem now is that our data is flat and there are no nested objects. So laps have the team-id and no name. Grafana as far as I know cannot do recursive requests which makes visualisations very hard to read.
There are a few solutions here.
The graphql seems the most sensible and powerful. Can also be used by other clients without the pollution of the basic rest api. I'm going to start there, but suggestions, counter arguments and other options are welcome.