Reputation: 715
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