Skip to content

Instantly share code, notes, and snippets.

@yuriatgoogle
Last active February 25, 2020 20:09
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/5169e8735166406f095ef0740324b148 to your computer and use it in GitHub Desktop.
Save yuriatgoogle/5169e8735166406f095ef0740324b148 to your computer and use it in GitHub Desktop.
request rates
"title": "Request Rates",
"xyChart":
{
"dataSets": [
{
"plotType": "LINE",
"timeSeriesFilter":
{
"filter": "resource.type=\"k8s_container\" AND metric.type=\"istio.io/service/server/request_count\"",
"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