I’m trying to do something that worked pretty simply in Grafana 6 but struggling with on 7. I have 2 queries (one gets the k8s cpu request per pod, one the cpu limit). I’m displaying as a table, but I can only look at one value (limit or request) at a time. How do I display both as columns.
You probably want a Merge transformation. Refer to the Transformation documentation for more details.