8

I'm trying to create a simple composite of two metrics for a Big Number chart:

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

But when I do I receive the following error. Is my syntax off?

Unable to execute composite: ["error": "Requested MD data from SD endpoint"].
ledhed2222
  • 675
  • 6
  • 11
  • 2
    are you adding this composite in a chart in a space? It sounds like the space is a source based space. You need to create a tag based space to use that composite. OR you can swap out "{}" for "*" (need the quotes for the *) – MBeale Jun 27 '17 at 18:25
  • ah thanks MBeale - adding the wildcard worked. – ledhed2222 Jun 27 '17 at 18:53

0 Answers0