Skip to content

Instantly share code, notes, and snippets.

@yuriatgoogle
Created February 25, 2020 20:11
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 yuriatgoogle/a08faa1573165e2b68ea70f2aa7c1cf2 to your computer and use it in GitHub Desktop.
Save yuriatgoogle/a08faa1573165e2b68ea70f2aa7c1cf2 to your computer and use it in GitHub Desktop.
{
"title": "Error Rates",
"xyChart":
{
"dataSets": [
{
"plotType": "LINE",
"timeSeriesFilter":
{
"filter": "resource.type=\"k8s_container\"
AND metric.type=\"istio.io/service/server/request_count\"
AND metric.labels.response_code!=200",
"perSeriesAligner": "ALIGN_RATE",
"crossSeriesReducer": "REDUCE_SUM",
"groupByFields": [
"metric.labels.destination_service_name"
]
}
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment