I tried to use the composite functionality to combine multiple metrics into one “node” in the chart. Unfortunately, the selection for the metric remains empty and cannot be changed (not even via JSON).
What I expect
I would expect to be able to select the specific metric.
How to reproduce
Add metric A with the following query:
sum(
nginx_ingress_controller_requests{ingress="my-ingress"}
) by (ingress, path)
Go to composite and click on "+ Add composite"
Give it a name and add click on "+ Add member to composite"
What happened
I tried to use the composite functionality to combine multiple metrics into one “node” in the chart. Unfortunately, the selection for the metric remains empty and cannot be changed (not even via JSON).
What I expect
I would expect to be able to select the specific metric.
How to reproduce