ledhed2222
ledhed2222

Reputation: 715

Trouble with composite metric composition

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"].

Upvotes: 8

Views: 685

Answers (0)

Related Questions