Skip to content

Instantly share code, notes, and snippets.

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