Skip to content

Instantly share code, notes, and snippets.

@sparr
Created November 27, 2017 19:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sparr/4fc41129a3d595cb05c52c60162417f5 to your computer and use it in GitHub Desktop.
Save sparr/4fc41129a3d595cb05c52c60162417f5 to your computer and use it in GitHub Desktop.
grafana weird target field
{
"rows": [
{
"panels": [
{
"datasource": "$awsAccount",
"targets": [
{
"dimensions": {
"LoadBalancerName": "$product-$environment-$role-01"
},
"hide": false,
"metricName": "UnHealthyHostCount",
"namespace": "AWS/ELB",
"period": "",
"refId": "A",
"region": "$region",
"statistics": [
"Maximum"
],
"target": "sumSeries(perSecond(some.unrelated.metric.from.another.panel.with.no.effect.here))",
"textEditor": false
}
]
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment