Problems with composite metric composition

I'm trying to create a simple composition of two measures for a Big Number chart:

mean([
  series("metric.a", {}),
  series("metric.b", {})
])

      

But when I do that, I get the following error. Is my syntax disabled?

Unable to execute composite: ["error": "Requested MD data from SD endpoint"].

      

+3


source to share





All Articles