2020-10-06 23:17:55 +05:30
|
|
|
{
|
|
|
|
"annotations": {
|
|
|
|
"list": [
|
|
|
|
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"editable": true,
|
|
|
|
"gnetId": null,
|
|
|
|
"graphTooltip": 0,
|
|
|
|
"hideControls": false,
|
|
|
|
"links": [
|
|
|
|
{
|
|
|
|
"asDropdown": true,
|
|
|
|
"icon": "external link",
|
|
|
|
"includeVars": true,
|
|
|
|
"keepTime": true,
|
|
|
|
"tags": [
|
|
|
|
"tempo"
|
|
|
|
],
|
|
|
|
"targetBlank": false,
|
|
|
|
"title": "Tempo Dashboards",
|
|
|
|
"type": "dashboards"
|
|
|
|
}
|
|
|
|
],
|
2023-04-01 00:21:00 +05:30
|
|
|
"refresh": "",
|
2020-10-06 23:17:55 +05:30
|
|
|
"rows": [
|
|
|
|
{
|
|
|
|
"collapse": false,
|
|
|
|
"height": "250px",
|
|
|
|
"panels": [
|
|
|
|
{
|
|
|
|
"aliasColors": {
|
|
|
|
|
|
|
|
},
|
|
|
|
"bars": false,
|
|
|
|
"dashLength": 10,
|
|
|
|
"dashes": false,
|
|
|
|
"datasource": "$datasource",
|
|
|
|
"fill": 1,
|
|
|
|
"id": 1,
|
|
|
|
"legend": {
|
|
|
|
"avg": false,
|
|
|
|
"current": false,
|
|
|
|
"max": false,
|
|
|
|
"min": false,
|
|
|
|
"show": true,
|
|
|
|
"total": false,
|
|
|
|
"values": false
|
|
|
|
},
|
|
|
|
"lines": true,
|
|
|
|
"linewidth": 1,
|
|
|
|
"links": [
|
|
|
|
|
|
|
|
],
|
|
|
|
"nullPointMode": "null as zero",
|
|
|
|
"percentage": false,
|
|
|
|
"pointradius": 5,
|
|
|
|
"points": false,
|
|
|
|
"renderer": "flot",
|
|
|
|
"seriesOverrides": [
|
|
|
|
{
|
|
|
|
"alias": "limit",
|
|
|
|
"color": "#E02F44",
|
|
|
|
"fill": 0
|
2023-03-31 16:02:53 +05:30
|
|
|
},
|
|
|
|
{
|
|
|
|
"alias": "request",
|
|
|
|
"color": "#FCE300",
|
|
|
|
"fill": 0
|
2020-10-06 23:17:55 +05:30
|
|
|
}
|
|
|
|
],
|
|
|
|
"spaceLength": 10,
|
|
|
|
"span": 4,
|
|
|
|
"stack": false,
|
|
|
|
"steppedLine": false,
|
|
|
|
"targets": [
|
|
|
|
{
|
2023-11-21 15:19:34 +01:00
|
|
|
"expr": "sum by(pod) (rate(container_cpu_usage_seconds_total{cluster=~\"$cluster\", namespace=~\"$namespace\",container=~\"cortex-gw(-internal)?\"}[$__rate_interval]))",
|
2020-10-06 23:17:55 +05:30
|
|
|
"format": "time_series",
|
|
|
|
"interval": "1m",
|
|
|
|
"intervalFactor": 2,
|
|
|
|
"legendFormat": "{{pod}}",
|
|
|
|
"legendLink": null,
|
|
|
|
"step": 10
|
|
|
|
},
|
|
|
|
{
|
2022-11-03 15:53:56 +01:00
|
|
|
"expr": "min(container_spec_cpu_quota{cluster=~\"$cluster\", namespace=~\"$namespace\",container=~\"cortex-gw(-internal)?\"} / container_spec_cpu_period{cluster=~\"$cluster\", namespace=~\"$namespace\",container=~\"cortex-gw(-internal)?\"})",
|
2020-10-06 23:17:55 +05:30
|
|
|
"format": "time_series",
|
|
|
|
"interval": "1m",
|
|
|
|
"intervalFactor": 2,
|
|
|
|
"legendFormat": "limit",
|
|
|
|
"legendLink": null,
|
|
|
|
"step": 10
|
2023-03-31 16:02:53 +05:30
|
|
|
},
|
|
|
|
{
|
|
|
|
"expr": "min(kube_pod_container_resource_requests{cluster=~\"$cluster\", namespace=~\"$namespace\",container=~\"cortex-gw(-internal)?\", resource=\"cpu\"} > 0)",
|
|
|
|
"format": "time_series",
|
|
|
|
"interval": "1m",
|
|
|
|
"intervalFactor": 2,
|
|
|
|
"legendFormat": "request",
|
|
|
|
"legendLink": null,
|
|
|
|
"step": 10
|
2020-10-06 23:17:55 +05:30
|
|
|
}
|
|
|
|
],
|
|
|
|
"thresholds": [
|
|
|
|
|
|
|
|
],
|
|
|
|
"timeFrom": null,
|
|
|
|
"timeShift": null,
|
|
|
|
"title": "CPU",
|
|
|
|
"tooltip": {
|
|
|
|
"shared": true,
|
2021-11-26 13:00:34 +01:00
|
|
|
"sort": 2,
|
2020-10-06 23:17:55 +05:30
|
|
|
"value_type": "individual"
|
|
|
|
},
|
|
|
|
"type": "graph",
|
|
|
|
"xaxis": {
|
|
|
|
"buckets": null,
|
|
|
|
"mode": "time",
|
|
|
|
"name": null,
|
|
|
|
"show": true,
|
|
|
|
"values": [
|
|
|
|
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"yaxes": [
|
|
|
|
{
|
|
|
|
"format": "short",
|
|
|
|
"label": null,
|
|
|
|
"logBase": 1,
|
|
|
|
"max": null,
|
|
|
|
"min": 0,
|
|
|
|
"show": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"format": "short",
|
|
|
|
"label": null,
|
|
|
|
"logBase": 1,
|
|
|
|
"max": null,
|
|
|
|
"min": null,
|
|
|
|
"show": false
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"aliasColors": {
|
|
|
|
|
|
|
|
},
|
|
|
|
"bars": false,
|
|
|
|
"dashLength": 10,
|
|
|
|
"dashes": false,
|
|
|
|
"datasource": "$datasource",
|
|
|
|
"fill": 1,
|
|
|
|
"id": 2,
|
|
|
|
"legend": {
|
|
|
|
"avg": false,
|
|
|
|
"current": false,
|
|
|
|
"max": false,
|
|
|
|
"min": false,
|
|
|
|
"show": true,
|
|
|
|
"total": false,
|
|
|
|
"values": false
|
|
|
|
},
|
|
|
|
"lines": true,
|
|
|
|
"linewidth": 1,
|
|
|
|
"links": [
|
|
|
|
|
|
|
|
],
|
|
|
|
"nullPointMode": "null as zero",
|
|
|
|
"percentage": false,
|
|
|
|
"pointradius": 5,
|
|
|
|
"points": false,
|
|
|
|
"renderer": "flot",
|
|
|
|
"seriesOverrides": [
|
|
|
|
{
|
|
|
|
"alias": "limit",
|
|
|
|
"color": "#E02F44",
|
|
|
|
"fill": 0
|
2023-03-31 16:02:53 +05:30
|
|
|
},
|
|
|
|
{
|
|
|
|
"alias": "request",
|
|
|
|
"color": "#FCE300",
|
|
|
|
"fill": 0
|
2020-10-06 23:17:55 +05:30
|
|
|
}
|
|
|
|
],
|
|
|
|
"spaceLength": 10,
|
|
|
|
"span": 4,
|
|
|
|
"stack": false,
|
|
|
|
"steppedLine": false,
|
|
|
|
"targets": [
|
|
|
|
{
|
2022-11-03 15:53:56 +01:00
|
|
|
"expr": "sum by(pod) (container_memory_working_set_bytes{cluster=~\"$cluster\", namespace=~\"$namespace\",container=~\"cortex-gw(-internal)?\"})",
|
2020-10-06 23:17:55 +05:30
|
|
|
"format": "time_series",
|
|
|
|
"interval": "1m",
|
|
|
|
"intervalFactor": 2,
|
|
|
|
"legendFormat": "{{pod}}",
|
|
|
|
"legendLink": null,
|
|
|
|
"step": 10
|
|
|
|
},
|
|
|
|
{
|
2022-11-03 15:53:56 +01:00
|
|
|
"expr": "min(container_spec_memory_limit_bytes{cluster=~\"$cluster\", namespace=~\"$namespace\",container=~\"cortex-gw(-internal)?\"} > 0)",
|
2020-10-06 23:17:55 +05:30
|
|
|
"format": "time_series",
|
|
|
|
"interval": "1m",
|
|
|
|
"intervalFactor": 2,
|
|
|
|
"legendFormat": "limit",
|
|
|
|
"legendLink": null,
|
|
|
|
"step": 10
|
2023-03-31 16:02:53 +05:30
|
|
|
},
|
|
|
|
{
|
|
|
|
"expr": "min(kube_pod_container_resource_requests{cluster=~\"$cluster\", namespace=~\"$namespace\",container=~\"cortex-gw(-internal)?\", resource=\"memory\"} > 0)",
|
|
|
|
"format": "time_series",
|
|
|
|
"interval": "1m",
|
|
|
|
"intervalFactor": 2,
|
|
|
|
"legendFormat": "request",
|
|
|
|
"legendLink": null,
|
|
|
|
"step": 10
|
2020-10-06 23:17:55 +05:30
|
|
|
}
|
|
|
|
],
|
|
|
|
"thresholds": [
|
|
|
|
|
|
|
|
],
|
|
|
|
"timeFrom": null,
|
|
|
|
"timeShift": null,
|
|
|
|
"title": "Memory (workingset)",
|
|
|
|
"tooltip": {
|
|
|
|
"shared": true,
|
2021-11-26 13:00:34 +01:00
|
|
|
"sort": 2,
|
2020-10-06 23:17:55 +05:30
|
|
|
"value_type": "individual"
|
|
|
|
},
|
|
|
|
"type": "graph",
|
|
|
|
"xaxis": {
|
|
|
|
"buckets": null,
|
|
|
|
"mode": "time",
|
|
|
|
"name": null,
|
|
|
|
"show": true,
|
|
|
|
"values": [
|
|
|
|
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"yaxes": [
|
|
|
|
{
|
|
|
|
"format": "bytes",
|
|
|
|
"label": null,
|
|
|
|
"logBase": 1,
|
|
|
|
"max": null,
|
|
|
|
"min": 0,
|
|
|
|
"show": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"format": "short",
|
|
|
|
"label": null,
|
|
|
|
"logBase": 1,
|
|
|
|
"max": null,
|
|
|
|
"min": null,
|
|
|
|
"show": false
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"aliasColors": {
|
|
|
|
|
|
|
|
},
|
|
|
|
"bars": false,
|
|
|
|
"dashLength": 10,
|
|
|
|
"dashes": false,
|
|
|
|
"datasource": "$datasource",
|
|
|
|
"fill": 1,
|
|
|
|
"id": 3,
|
|
|
|
"legend": {
|
|
|
|
"avg": false,
|
|
|
|
"current": false,
|
|
|
|
"max": false,
|
|
|
|
"min": false,
|
|
|
|
"show": true,
|
|
|
|
"total": false,
|
|
|
|
"values": false
|
|
|
|
},
|
|
|
|
"lines": true,
|
|
|
|
"linewidth": 1,
|
|
|
|
"links": [
|
|
|
|
|
|
|
|
],
|
|
|
|
"nullPointMode": "null as zero",
|
|
|
|
"percentage": false,
|
|
|
|
"pointradius": 5,
|
|
|
|
"points": false,
|
|
|
|
"renderer": "flot",
|
|
|
|
"seriesOverrides": [
|
|
|
|
|
|
|
|
],
|
|
|
|
"spaceLength": 10,
|
|
|
|
"span": 4,
|
|
|
|
"stack": false,
|
|
|
|
"steppedLine": false,
|
|
|
|
"targets": [
|
|
|
|
{
|
2022-10-21 10:58:37 +02:00
|
|
|
"expr": "sum by(instance) (go_memstats_heap_inuse_bytes{cluster=~\"$cluster\", job=~\"($namespace)/cortex-gw(-internal)?\"})",
|
2020-10-06 23:17:55 +05:30
|
|
|
"format": "time_series",
|
|
|
|
"interval": "1m",
|
|
|
|
"intervalFactor": 2,
|
|
|
|
"legendFormat": "{{instance}}",
|
|
|
|
"legendLink": null,
|
|
|
|
"step": 10
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"thresholds": [
|
|
|
|
|
|
|
|
],
|
|
|
|
"timeFrom": null,
|
|
|
|
"timeShift": null,
|
|
|
|
"title": "Memory (go heap inuse)",
|
|
|
|
"tooltip": {
|
|
|
|
"shared": true,
|
2021-11-26 13:00:34 +01:00
|
|
|
"sort": 2,
|
2020-10-06 23:17:55 +05:30
|
|
|
"value_type": "individual"
|
|
|
|
},
|
|
|
|
"type": "graph",
|
|
|
|
"xaxis": {
|
|
|
|
"buckets": null,
|
|
|
|
"mode": "time",
|
|
|
|
"name": null,
|
|
|
|
"show": true,
|
|
|
|
"values": [
|
|
|
|
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"yaxes": [
|
|
|
|
{
|
|
|
|
"format": "bytes",
|
|
|
|
"label": null,
|
|
|
|
"logBase": 1,
|
|
|
|
"max": null,
|
|
|
|
"min": 0,
|
|
|
|
"show": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"format": "short",
|
|
|
|
"label": null,
|
|
|
|
"logBase": 1,
|
|
|
|
"max": null,
|
|
|
|
"min": null,
|
|
|
|
"show": false
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"repeat": null,
|
|
|
|
"repeatIteration": null,
|
|
|
|
"repeatRowId": null,
|
|
|
|
"showTitle": true,
|
|
|
|
"title": "Gateway",
|
|
|
|
"titleSize": "h6"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"collapse": false,
|
|
|
|
"height": "250px",
|
|
|
|
"panels": [
|
|
|
|
{
|
|
|
|
"aliasColors": {
|
|
|
|
|
|
|
|
},
|
|
|
|
"bars": false,
|
|
|
|
"dashLength": 10,
|
|
|
|
"dashes": false,
|
|
|
|
"datasource": "$datasource",
|
|
|
|
"fill": 1,
|
|
|
|
"id": 4,
|
|
|
|
"legend": {
|
|
|
|
"avg": false,
|
|
|
|
"current": false,
|
|
|
|
"max": false,
|
|
|
|
"min": false,
|
|
|
|
"show": true,
|
|
|
|
"total": false,
|
|
|
|
"values": false
|
|
|
|
},
|
|
|
|
"lines": true,
|
|
|
|
"linewidth": 1,
|
|
|
|
"links": [
|
|
|
|
|
|
|
|
],
|
|
|
|
"nullPointMode": "null as zero",
|
|
|
|
"percentage": false,
|
|
|
|
"pointradius": 5,
|
|
|
|
"points": false,
|
|
|
|
"renderer": "flot",
|
|
|
|
"seriesOverrides": [
|
|
|
|
{
|
|
|
|
"alias": "limit",
|
|
|
|
"color": "#E02F44",
|
|
|
|
"fill": 0
|
2023-03-31 16:02:53 +05:30
|
|
|
},
|
|
|
|
{
|
|
|
|
"alias": "request",
|
|
|
|
"color": "#FCE300",
|
|
|
|
"fill": 0
|
2020-10-06 23:17:55 +05:30
|
|
|
}
|
|
|
|
],
|
|
|
|
"spaceLength": 10,
|
|
|
|
"span": 4,
|
|
|
|
"stack": false,
|
|
|
|
"steppedLine": false,
|
|
|
|
"targets": [
|
|
|
|
{
|
2023-11-21 15:19:34 +01:00
|
|
|
"expr": "sum by(pod) (rate(container_cpu_usage_seconds_total{cluster=~\"$cluster\", namespace=~\"$namespace\",container=~\"distributor\"}[$__rate_interval]))",
|
2020-10-06 23:17:55 +05:30
|
|
|
"format": "time_series",
|
|
|
|
"interval": "1m",
|
|
|
|
"intervalFactor": 2,
|
|
|
|
"legendFormat": "{{pod}}",
|
|
|
|
"legendLink": null,
|
|
|
|
"step": 10
|
|
|
|
},
|
|
|
|
{
|
2022-11-03 15:53:56 +01:00
|
|
|
"expr": "min(container_spec_cpu_quota{cluster=~\"$cluster\", namespace=~\"$namespace\",container=~\"distributor\"} / container_spec_cpu_period{cluster=~\"$cluster\", namespace=~\"$namespace\",container=~\"distributor\"})",
|
2020-10-06 23:17:55 +05:30
|
|
|
"format": "time_series",
|
|
|
|
"interval": "1m",
|
|
|
|
"intervalFactor": 2,
|
|
|
|
"legendFormat": "limit",
|
|
|
|
"legendLink": null,
|
|
|
|
"step": 10
|
2023-03-31 16:02:53 +05:30
|
|
|
},
|
|
|
|
{
|
|
|
|
"expr": "min(kube_pod_container_resource_requests{cluster=~\"$cluster\", namespace=~\"$namespace\",container=~\"distributor\", resource=\"cpu\"} > 0)",
|
|
|
|
"format": "time_series",
|
|
|
|
"interval": "1m",
|
|
|
|
"intervalFactor": 2,
|
|
|
|
"legendFormat": "request",
|
|
|
|
"legendLink": null,
|
|
|
|
"step": 10
|
2020-10-06 23:17:55 +05:30
|
|
|
}
|
|
|
|
],
|
|
|
|
"thresholds": [
|
|
|
|
|
|
|
|
],
|
|
|
|
"timeFrom": null,
|
|
|
|
"timeShift": null,
|
|
|
|
"title": "CPU",
|
|
|
|
"tooltip": {
|
|
|
|
"shared": true,
|
2021-11-26 13:00:34 +01:00
|
|
|
"sort": 2,
|
2020-10-06 23:17:55 +05:30
|
|
|
"value_type": "individual"
|
|
|
|
},
|
|
|
|
"type": "graph",
|
|
|
|
"xaxis": {
|
|
|
|
"buckets": null,
|
|
|
|
"mode": "time",
|
|
|
|
"name": null,
|
|
|
|
"show": true,
|
|
|
|
"values": [
|
|
|
|
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"yaxes": [
|
|
|
|
{
|
|
|
|
"format": "short",
|
|
|
|
"label": null,
|
|
|
|
"logBase": 1,
|
|
|
|
"max": null,
|
|
|
|
"min": 0,
|
|
|
|
"show": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"format": "short",
|
|
|
|
"label": null,
|
|
|
|
"logBase": 1,
|
|
|
|
"max": null,
|
|
|
|
"min": null,
|
|
|
|
"show": false
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"aliasColors": {
|
|
|
|
|
|
|
|
},
|
|
|
|
"bars": false,
|
|
|
|
"dashLength": 10,
|
|
|
|
"dashes": false,
|
|
|
|
"datasource": "$datasource",
|
|
|
|
"fill": 1,
|
|
|
|
"id": 5,
|
|
|
|
"legend": {
|
|
|
|
"avg": false,
|
|
|
|
"current": false,
|
|
|
|
"max": false,
|
|
|
|
"min": false,
|
|
|
|
"show": true,
|
|
|
|
"total": false,
|
|
|
|
"values": false
|
|
|
|
},
|
|
|
|
"lines": true,
|
|
|
|
"linewidth": 1,
|
|
|
|
"links": [
|
|
|
|
|
|
|
|
],
|
|
|
|
"nullPointMode": "null as zero",
|
|
|
|
"percentage": false,
|
|
|
|
"pointradius": 5,
|
|
|
|
"points": false,
|
|
|
|
"renderer": "flot",
|
|
|
|
"seriesOverrides": [
|
|
|
|
{
|
|
|
|
"alias": "limit",
|
|
|
|
"color": "#E02F44",
|
|
|
|
"fill": 0
|
2023-03-31 16:02:53 +05:30
|
|
|
},
|
|
|
|
{
|
|
|
|
"alias": "request",
|
|
|
|
"color": "#FCE300",
|
|
|
|
"fill": 0
|
2020-10-06 23:17:55 +05:30
|
|
|
}
|
|
|
|
],
|
|
|
|
"spaceLength": 10,
|
|
|
|
"span": 4,
|
|
|
|
"stack": false,
|
|
|
|
"steppedLine": false,
|
|
|
|
"targets": [
|
|
|
|
{
|
2022-11-03 15:53:56 +01:00
|
|
|
"expr": "sum by(pod) (container_memory_working_set_bytes{cluster=~\"$cluster\", namespace=~\"$namespace\",container=~\"distributor\"})",
|
2020-10-06 23:17:55 +05:30
|
|
|
"format": "time_series",
|
|
|
|
"interval": "1m",
|
|
|
|
"intervalFactor": 2,
|
|
|
|
"legendFormat": "{{pod}}",
|
|
|
|
"legendLink": null,
|
|
|
|
"step": 10
|
|
|
|
},
|
|
|
|
{
|
2022-11-03 15:53:56 +01:00
|
|
|
"expr": "min(container_spec_memory_limit_bytes{cluster=~\"$cluster\", namespace=~\"$namespace\",container=~\"distributor\"} > 0)",
|
2020-10-06 23:17:55 +05:30
|
|
|
"format": "time_series",
|
|
|
|
"interval": "1m",
|
|
|
|
"intervalFactor": 2,
|
|
|
|
"legendFormat": "limit",
|
|
|
|
"legendLink": null,
|
|
|
|
"step": 10
|
2023-03-31 16:02:53 +05:30
|
|
|
},
|
|
|
|
{
|
|
|
|
"expr": "min(kube_pod_container_resource_requests{cluster=~\"$cluster\", namespace=~\"$namespace\",container=~\"distributor\", resource=\"memory\"} > 0)",
|
|
|
|
"format": "time_series",
|
|
|
|
"interval": "1m",
|
|
|
|
"intervalFactor": 2,
|
|
|
|
"legendFormat": "request",
|
|
|
|
"legendLink": null,
|
|
|
|
"step": 10
|
2020-10-06 23:17:55 +05:30
|
|
|
}
|
|
|
|
],
|
|
|
|
"thresholds": [
|
|
|
|
|
|
|
|
],
|
|
|
|
"timeFrom": null,
|
|
|
|
"timeShift": null,
|
|
|
|
"title": "Memory (workingset)",
|
|
|
|
"tooltip": {
|
|
|
|
"shared": true,
|
2021-11-26 13:00:34 +01:00
|
|
|
"sort": 2,
|
2020-10-06 23:17:55 +05:30
|
|
|
"value_type": "individual"
|
|
|
|
},
|
|
|
|
"type": "graph",
|
|
|
|
"xaxis": {
|
|
|
|
"buckets": null,
|
|
|
|
"mode": "time",
|
|
|
|
"name": null,
|
|
|
|
"show": true,
|
|
|
|
"values": [
|
|
|
|
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"yaxes": [
|
|
|
|
{
|
|
|
|
"format": "bytes",
|
|
|
|
"label": null,
|
|
|
|
"logBase": 1,
|
|
|
|
"max": null,
|
|
|
|
"min": 0,
|
|
|
|
"show": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"format": "short",
|
|
|
|
"label": null,
|
|
|
|
"logBase": 1,
|
|
|
|
"max": null,
|
|
|
|
"min": null,
|
|
|
|
"show": false
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"aliasColors": {
|
|
|
|
|
|
|
|
},
|
|
|
|
"bars": false,
|
|
|
|
"dashLength": 10,
|
|
|
|
"dashes": false,
|
|
|
|
"datasource": "$datasource",
|
|
|
|
"fill": 1,
|
|
|
|
"id": 6,
|
|
|
|
"legend": {
|
|
|
|
"avg": false,
|
|
|
|
"current": false,
|
|
|
|
"max": false,
|
|
|
|
"min": false,
|
|
|
|
"show": true,
|
|
|
|
"total": false,
|
|
|
|
"values": false
|
|
|
|
},
|
|
|
|
"lines": true,
|
|
|
|
"linewidth": 1,
|
|
|
|
"links": [
|
|
|
|
|
|
|
|
],
|
|
|
|
"nullPointMode": "null as zero",
|
|
|
|
"percentage": false,
|
|
|
|
"pointradius": 5,
|
|
|
|
"points": false,
|
|
|
|
"renderer": "flot",
|
|
|
|
"seriesOverrides": [
|
|
|
|
|
|
|
|
],
|
|
|
|
"spaceLength": 10,
|
|
|
|
"span": 4,
|
|
|
|
"stack": false,
|
|
|
|
"steppedLine": false,
|
|
|
|
"targets": [
|
|
|
|
{
|
2020-11-19 19:58:16 +05:30
|
|
|
"expr": "sum by(instance) (go_memstats_heap_inuse_bytes{cluster=~\"$cluster\", job=~\"($namespace)/distributor\"})",
|
2020-10-06 23:17:55 +05:30
|
|
|
"format": "time_series",
|
|
|
|
"interval": "1m",
|
|
|
|
"intervalFactor": 2,
|
|
|
|
"legendFormat": "{{instance}}",
|
|
|
|
"legendLink": null,
|
|
|
|
"step": 10
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"thresholds": [
|
|
|
|
|
|
|
|
],
|
|
|
|
"timeFrom": null,
|
|
|
|
"timeShift": null,
|
|
|
|
"title": "Memory (go heap inuse)",
|
|
|
|
"tooltip": {
|
|
|
|
"shared": true,
|
2021-11-26 13:00:34 +01:00
|
|
|
"sort": 2,
|
2020-10-06 23:17:55 +05:30
|
|
|
"value_type": "individual"
|
|
|
|
},
|
|
|
|
"type": "graph",
|
|
|
|
"xaxis": {
|
|
|
|
"buckets": null,
|
|
|
|
"mode": "time",
|
|
|
|
"name": null,
|
|
|
|
"show": true,
|
|
|
|
"values": [
|
|
|
|
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"yaxes": [
|
|
|
|
{
|
|
|
|
"format": "bytes",
|
|
|
|
"label": null,
|
|
|
|
"logBase": 1,
|
|
|
|
"max": null,
|
|
|
|
"min": 0,
|
|
|
|
"show": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"format": "short",
|
|
|
|
"label": null,
|
|
|
|
"logBase": 1,
|
|
|
|
"max": null,
|
|
|
|
"min": null,
|
|
|
|
"show": false
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"repeat": null,
|
|
|
|
"repeatIteration": null,
|
|
|
|
"repeatRowId": null,
|
|
|
|
"showTitle": true,
|
2020-11-19 19:58:16 +05:30
|
|
|
"title": "Distributor",
|
2020-10-06 23:17:55 +05:30
|
|
|
"titleSize": "h6"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"collapse": false,
|
|
|
|
"height": "250px",
|
|
|
|
"panels": [
|
|
|
|
{
|
|
|
|
"aliasColors": {
|
|
|
|
|
|
|
|
},
|
|
|
|
"bars": false,
|
|
|
|
"dashLength": 10,
|
|
|
|
"dashes": false,
|
|
|
|
"datasource": "$datasource",
|
|
|
|
"fill": 1,
|
|
|
|
"id": 7,
|
|
|
|
"legend": {
|
|
|
|
"avg": false,
|
|
|
|
"current": false,
|
|
|
|
"max": false,
|
|
|
|
"min": false,
|
|
|
|
"show": true,
|
|
|
|
"total": false,
|
|
|
|
"values": false
|
|
|
|
},
|
|
|
|
"lines": true,
|
|
|
|
"linewidth": 1,
|
|
|
|
"links": [
|
|
|
|
|
|
|
|
],
|
|
|
|
"nullPointMode": "null as zero",
|
|
|
|
"percentage": false,
|
|
|
|
"pointradius": 5,
|
|
|
|
"points": false,
|
|
|
|
"renderer": "flot",
|
|
|
|
"seriesOverrides": [
|
|
|
|
{
|
|
|
|
"alias": "limit",
|
|
|
|
"color": "#E02F44",
|
|
|
|
"fill": 0
|
2023-03-31 16:02:53 +05:30
|
|
|
},
|
|
|
|
{
|
|
|
|
"alias": "request",
|
|
|
|
"color": "#FCE300",
|
|
|
|
"fill": 0
|
2020-10-06 23:17:55 +05:30
|
|
|
}
|
|
|
|
],
|
|
|
|
"spaceLength": 10,
|
|
|
|
"span": 4,
|
|
|
|
"stack": false,
|
|
|
|
"steppedLine": false,
|
|
|
|
"targets": [
|
|
|
|
{
|
2023-11-21 15:19:34 +01:00
|
|
|
"expr": "sum by(pod) (rate(container_cpu_usage_seconds_total{cluster=~\"$cluster\", namespace=~\"$namespace\",container=~\"ingester\"}[$__rate_interval]))",
|
2020-10-06 23:17:55 +05:30
|
|
|
"format": "time_series",
|
|
|
|
"interval": "1m",
|
|
|
|
"intervalFactor": 2,
|
|
|
|
"legendFormat": "{{pod}}",
|
|
|
|
"legendLink": null,
|
|
|
|
"step": 10
|
|
|
|
},
|
|
|
|
{
|
2022-11-03 15:53:56 +01:00
|
|
|
"expr": "min(container_spec_cpu_quota{cluster=~\"$cluster\", namespace=~\"$namespace\",container=~\"ingester\"} / container_spec_cpu_period{cluster=~\"$cluster\", namespace=~\"$namespace\",container=~\"ingester\"})",
|
2020-10-06 23:17:55 +05:30
|
|
|
"format": "time_series",
|
|
|
|
"interval": "1m",
|
|
|
|
"intervalFactor": 2,
|
|
|
|
"legendFormat": "limit",
|
|
|
|
"legendLink": null,
|
|
|
|
"step": 10
|
2023-03-31 16:02:53 +05:30
|
|
|
},
|
|
|
|
{
|
|
|
|
"expr": "min(kube_pod_container_resource_requests{cluster=~\"$cluster\", namespace=~\"$namespace\",container=~\"ingester\", resource=\"cpu\"} > 0)",
|
|
|
|
"format": "time_series",
|
|
|
|
"interval": "1m",
|
|
|
|
"intervalFactor": 2,
|
|
|
|
"legendFormat": "request",
|
|
|
|
"legendLink": null,
|
|
|
|
"step": 10
|
2020-10-06 23:17:55 +05:30
|
|
|
}
|
|
|
|
],
|
|
|
|
"thresholds": [
|
|
|
|
|
|
|
|
],
|
|
|
|
"timeFrom": null,
|
|
|
|
"timeShift": null,
|
|
|
|
"title": "CPU",
|
|
|
|
"tooltip": {
|
|
|
|
"shared": true,
|
2021-11-26 13:00:34 +01:00
|
|
|
"sort": 2,
|
2020-10-06 23:17:55 +05:30
|
|
|
"value_type": "individual"
|
|
|
|
},
|
|
|
|
"type": "graph",
|
|
|
|
"xaxis": {
|
|
|
|
"buckets": null,
|
|
|
|
"mode": "time",
|
|
|
|
"name": null,
|
|
|
|
"show": true,
|
|
|
|
"values": [
|
|
|
|
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"yaxes": [
|
|
|
|
{
|
|
|
|
"format": "short",
|
|
|
|
"label": null,
|
|
|
|
"logBase": 1,
|
|
|
|
"max": null,
|
|
|
|
"min": 0,
|
|
|
|
"show": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"format": "short",
|
|
|
|
"label": null,
|
|
|
|
"logBase": 1,
|
|
|
|
"max": null,
|
|
|
|
"min": null,
|
|
|
|
"show": false
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"aliasColors": {
|
|
|
|
|
|
|
|
},
|
|
|
|
"bars": false,
|
|
|
|
"dashLength": 10,
|
|
|
|
"dashes": false,
|
|
|
|
"datasource": "$datasource",
|
|
|
|
"fill": 1,
|
|
|
|
"id": 8,
|
|
|
|
"legend": {
|
|
|
|
"avg": false,
|
|
|
|
"current": false,
|
|
|
|
"max": false,
|
|
|
|
"min": false,
|
|
|
|
"show": true,
|
|
|
|
"total": false,
|
|
|
|
"values": false
|
|
|
|
},
|
|
|
|
"lines": true,
|
|
|
|
"linewidth": 1,
|
|
|
|
"links": [
|
|
|
|
|
|
|
|
],
|
|
|
|
"nullPointMode": "null as zero",
|
|
|
|
"percentage": false,
|
|
|
|
"pointradius": 5,
|
|
|
|
"points": false,
|
|
|
|
"renderer": "flot",
|
|
|
|
"seriesOverrides": [
|
|
|
|
{
|
|
|
|
"alias": "limit",
|
|
|
|
"color": "#E02F44",
|
|
|
|
"fill": 0
|
2023-03-31 16:02:53 +05:30
|
|
|
},
|
|
|
|
{
|
|
|
|
"alias": "request",
|
|
|
|
"color": "#FCE300",
|
|
|
|
"fill": 0
|
2020-10-06 23:17:55 +05:30
|
|
|
}
|
|
|
|
],
|
|
|
|
"spaceLength": 10,
|
|
|
|
"span": 4,
|
|
|
|
"stack": false,
|
|
|
|
"steppedLine": false,
|
|
|
|
"targets": [
|
|
|
|
{
|
2022-11-03 15:53:56 +01:00
|
|
|
"expr": "sum by(pod) (container_memory_working_set_bytes{cluster=~\"$cluster\", namespace=~\"$namespace\",container=~\"ingester\"})",
|
2020-10-06 23:17:55 +05:30
|
|
|
"format": "time_series",
|
|
|
|
"interval": "1m",
|
|
|
|
"intervalFactor": 2,
|
|
|
|
"legendFormat": "{{pod}}",
|
|
|
|
"legendLink": null,
|
|
|
|
"step": 10
|
|
|
|
},
|
|
|
|
{
|
2022-11-03 15:53:56 +01:00
|
|
|
"expr": "min(container_spec_memory_limit_bytes{cluster=~\"$cluster\", namespace=~\"$namespace\",container=~\"ingester\"} > 0)",
|
2020-10-06 23:17:55 +05:30
|
|
|
"format": "time_series",
|
|
|
|
"interval": "1m",
|
|
|
|
"intervalFactor": 2,
|
|
|
|
"legendFormat": "limit",
|
|
|
|
"legendLink": null,
|
|
|
|
"step": 10
|
2023-03-31 16:02:53 +05:30
|
|
|
},
|
|
|
|
{
|
|
|
|
"expr": "min(kube_pod_container_resource_requests{cluster=~\"$cluster\", namespace=~\"$namespace\",container=~\"ingester\", resource=\"memory\"} > 0)",
|
|
|
|
"format": "time_series",
|
|
|
|
"interval": "1m",
|
|
|
|
"intervalFactor": 2,
|
|
|
|
"legendFormat": "request",
|
|
|
|
"legendLink": null,
|
|
|
|
"step": 10
|
2020-10-06 23:17:55 +05:30
|
|
|
}
|
|
|
|
],
|
|
|
|
"thresholds": [
|
|
|
|
|
|
|
|
],
|
|
|
|
"timeFrom": null,
|
|
|
|
"timeShift": null,
|
|
|
|
"title": "Memory (workingset)",
|
|
|
|
"tooltip": {
|
|
|
|
"shared": true,
|
2021-11-26 13:00:34 +01:00
|
|
|
"sort": 2,
|
2020-10-06 23:17:55 +05:30
|
|
|
"value_type": "individual"
|
|
|
|
},
|
|
|
|
"type": "graph",
|
|
|
|
"xaxis": {
|
|
|
|
"buckets": null,
|
|
|
|
"mode": "time",
|
|
|
|
"name": null,
|
|
|
|
"show": true,
|
|
|
|
"values": [
|
|
|
|
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"yaxes": [
|
|
|
|
{
|
|
|
|
"format": "bytes",
|
|
|
|
"label": null,
|
|
|
|
"logBase": 1,
|
|
|
|
"max": null,
|
|
|
|
"min": 0,
|
|
|
|
"show": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"format": "short",
|
|
|
|
"label": null,
|
|
|
|
"logBase": 1,
|
|
|
|
"max": null,
|
|
|
|
"min": null,
|
|
|
|
"show": false
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"aliasColors": {
|
|
|
|
|
|
|
|
},
|
|
|
|
"bars": false,
|
|
|
|
"dashLength": 10,
|
|
|
|
"dashes": false,
|
|
|
|
"datasource": "$datasource",
|
|
|
|
"fill": 1,
|
|
|
|
"id": 9,
|
|
|
|
"legend": {
|
|
|
|
"avg": false,
|
|
|
|
"current": false,
|
|
|
|
"max": false,
|
|
|
|
"min": false,
|
|
|
|
"show": true,
|
|
|
|
"total": false,
|
|
|
|
"values": false
|
|
|
|
},
|
|
|
|
"lines": true,
|
|
|
|
"linewidth": 1,
|
|
|
|
"links": [
|
|
|
|
|
|
|
|
],
|
|
|
|
"nullPointMode": "null as zero",
|
|
|
|
"percentage": false,
|
|
|
|
"pointradius": 5,
|
|
|
|
"points": false,
|
|
|
|
"renderer": "flot",
|
|
|
|
"seriesOverrides": [
|
|
|
|
|
|
|
|
],
|
|
|
|
"spaceLength": 10,
|
|
|
|
"span": 4,
|
|
|
|
"stack": false,
|
|
|
|
"steppedLine": false,
|
|
|
|
"targets": [
|
|
|
|
{
|
|
|
|
"expr": "sum by(instance) (go_memstats_heap_inuse_bytes{cluster=~\"$cluster\", job=~\"($namespace)/ingester\"})",
|
|
|
|
"format": "time_series",
|
|
|
|
"interval": "1m",
|
|
|
|
"intervalFactor": 2,
|
|
|
|
"legendFormat": "{{instance}}",
|
|
|
|
"legendLink": null,
|
|
|
|
"step": 10
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"thresholds": [
|
|
|
|
|
|
|
|
],
|
|
|
|
"timeFrom": null,
|
|
|
|
"timeShift": null,
|
|
|
|
"title": "Memory (go heap inuse)",
|
|
|
|
"tooltip": {
|
|
|
|
"shared": true,
|
2021-11-26 13:00:34 +01:00
|
|
|
"sort": 2,
|
2020-10-06 23:17:55 +05:30
|
|
|
"value_type": "individual"
|
|
|
|
},
|
|
|
|
"type": "graph",
|
|
|
|
"xaxis": {
|
|
|
|
"buckets": null,
|
|
|
|
"mode": "time",
|
|
|
|
"name": null,
|
|
|
|
"show": true,
|
|
|
|
"values": [
|
|
|
|
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"yaxes": [
|
|
|
|
{
|
|
|
|
"format": "bytes",
|
|
|
|
"label": null,
|
|
|
|
"logBase": 1,
|
|
|
|
"max": null,
|
|
|
|
"min": 0,
|
|
|
|
"show": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"format": "short",
|
|
|
|
"label": null,
|
|
|
|
"logBase": 1,
|
|
|
|
"max": null,
|
|
|
|
"min": null,
|
|
|
|
"show": false
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"repeat": null,
|
|
|
|
"repeatIteration": null,
|
|
|
|
"repeatRowId": null,
|
|
|
|
"showTitle": true,
|
|
|
|
"title": "Ingester",
|
|
|
|
"titleSize": "h6"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"collapse": false,
|
|
|
|
"height": "250px",
|
|
|
|
"panels": [
|
|
|
|
{
|
|
|
|
"aliasColors": {
|
|
|
|
|
|
|
|
},
|
|
|
|
"bars": false,
|
|
|
|
"dashLength": 10,
|
|
|
|
"dashes": false,
|
|
|
|
"datasource": "$datasource",
|
|
|
|
"fill": 1,
|
|
|
|
"id": 10,
|
|
|
|
"legend": {
|
|
|
|
"avg": false,
|
|
|
|
"current": false,
|
|
|
|
"max": false,
|
|
|
|
"min": false,
|
|
|
|
"show": true,
|
|
|
|
"total": false,
|
|
|
|
"values": false
|
|
|
|
},
|
|
|
|
"lines": true,
|
|
|
|
"linewidth": 1,
|
|
|
|
"links": [
|
|
|
|
|
2022-02-28 19:00:49 +01:00
|
|
|
],
|
|
|
|
"nullPointMode": "null as zero",
|
|
|
|
"percentage": false,
|
|
|
|
"pointradius": 5,
|
|
|
|
"points": false,
|
|
|
|
"renderer": "flot",
|
|
|
|
"seriesOverrides": [
|
|
|
|
{
|
|
|
|
"alias": "limit",
|
|
|
|
"color": "#E02F44",
|
|
|
|
"fill": 0
|
2023-03-31 16:02:53 +05:30
|
|
|
},
|
|
|
|
{
|
|
|
|
"alias": "request",
|
|
|
|
"color": "#FCE300",
|
|
|
|
"fill": 0
|
2022-02-28 19:00:49 +01:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"spaceLength": 10,
|
|
|
|
"span": 4,
|
|
|
|
"stack": false,
|
|
|
|
"steppedLine": false,
|
|
|
|
"targets": [
|
|
|
|
{
|
2023-11-21 15:19:34 +01:00
|
|
|
"expr": "sum by(pod) (rate(container_cpu_usage_seconds_total{cluster=~\"$cluster\", namespace=~\"$namespace\",container=~\"metrics-generator\"}[$__rate_interval]))",
|
2022-02-28 19:00:49 +01:00
|
|
|
"format": "time_series",
|
|
|
|
"interval": "1m",
|
|
|
|
"intervalFactor": 2,
|
|
|
|
"legendFormat": "{{pod}}",
|
|
|
|
"legendLink": null,
|
|
|
|
"step": 10
|
|
|
|
},
|
|
|
|
{
|
2022-11-03 15:53:56 +01:00
|
|
|
"expr": "min(container_spec_cpu_quota{cluster=~\"$cluster\", namespace=~\"$namespace\",container=~\"metrics-generator\"} / container_spec_cpu_period{cluster=~\"$cluster\", namespace=~\"$namespace\",container=~\"metrics-generator\"})",
|
2022-02-28 19:00:49 +01:00
|
|
|
"format": "time_series",
|
|
|
|
"interval": "1m",
|
|
|
|
"intervalFactor": 2,
|
|
|
|
"legendFormat": "limit",
|
|
|
|
"legendLink": null,
|
|
|
|
"step": 10
|
2023-03-31 16:02:53 +05:30
|
|
|
},
|
|
|
|
{
|
|
|
|
"expr": "min(kube_pod_container_resource_requests{cluster=~\"$cluster\", namespace=~\"$namespace\",container=~\"metrics-generator\", resource=\"cpu\"} > 0)",
|
|
|
|
"format": "time_series",
|
|
|
|
"interval": "1m",
|
|
|
|
"intervalFactor": 2,
|
|
|
|
"legendFormat": "request",
|
|
|
|
"legendLink": null,
|
|
|
|
"step": 10
|
2022-02-28 19:00:49 +01:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"thresholds": [
|
|
|
|
|
|
|
|
],
|
|
|
|
"timeFrom": null,
|
|
|
|
"timeShift": null,
|
|
|
|
"title": "CPU",
|
|
|
|
"tooltip": {
|
|
|
|
"shared": true,
|
|
|
|
"sort": 2,
|
|
|
|
"value_type": "individual"
|
|
|
|
},
|
|
|
|
"type": "graph",
|
|
|
|
"xaxis": {
|
|
|
|
"buckets": null,
|
|
|
|
"mode": "time",
|
|
|
|
"name": null,
|
|
|
|
"show": true,
|
|
|
|
"values": [
|
|
|
|
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"yaxes": [
|
|
|
|
{
|
|
|
|
"format": "short",
|
|
|
|
"label": null,
|
|
|
|
"logBase": 1,
|
|
|
|
"max": null,
|
|
|
|
"min": 0,
|
|
|
|
"show": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"format": "short",
|
|
|
|
"label": null,
|
|
|
|
"logBase": 1,
|
|
|
|
"max": null,
|
|
|
|
"min": null,
|
|
|
|
"show": false
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"aliasColors": {
|
|
|
|
|
|
|
|
},
|
|
|
|
"bars": false,
|
|
|
|
"dashLength": 10,
|
|
|
|
"dashes": false,
|
|
|
|
"datasource": "$datasource",
|
|
|
|
"fill": 1,
|
|
|
|
"id": 11,
|
|
|
|
"legend": {
|
|
|
|
"avg": false,
|
|
|
|
"current": false,
|
|
|
|
"max": false,
|
|
|
|
"min": false,
|
|
|
|
"show": true,
|
|
|
|
"total": false,
|
|
|
|
"values": false
|
|
|
|
},
|
|
|
|
"lines": true,
|
|
|
|
"linewidth": 1,
|
|
|
|
"links": [
|
|
|
|
|
|
|
|
],
|
|
|
|
"nullPointMode": "null as zero",
|
|
|
|
"percentage": false,
|
|
|
|
"pointradius": 5,
|
|
|
|
"points": false,
|
|
|
|
"renderer": "flot",
|
|
|
|
"seriesOverrides": [
|
|
|
|
{
|
|
|
|
"alias": "limit",
|
|
|
|
"color": "#E02F44",
|
|
|
|
"fill": 0
|
2023-03-31 16:02:53 +05:30
|
|
|
},
|
|
|
|
{
|
|
|
|
"alias": "request",
|
|
|
|
"color": "#FCE300",
|
|
|
|
"fill": 0
|
2022-02-28 19:00:49 +01:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"spaceLength": 10,
|
|
|
|
"span": 4,
|
|
|
|
"stack": false,
|
|
|
|
"steppedLine": false,
|
|
|
|
"targets": [
|
|
|
|
{
|
2022-11-03 15:53:56 +01:00
|
|
|
"expr": "sum by(pod) (container_memory_working_set_bytes{cluster=~\"$cluster\", namespace=~\"$namespace\",container=~\"metrics-generator\"})",
|
2022-02-28 19:00:49 +01:00
|
|
|
"format": "time_series",
|
|
|
|
"interval": "1m",
|
|
|
|
"intervalFactor": 2,
|
|
|
|
"legendFormat": "{{pod}}",
|
|
|
|
"legendLink": null,
|
|
|
|
"step": 10
|
|
|
|
},
|
|
|
|
{
|
2022-11-03 15:53:56 +01:00
|
|
|
"expr": "min(container_spec_memory_limit_bytes{cluster=~\"$cluster\", namespace=~\"$namespace\",container=~\"metrics-generator\"} > 0)",
|
2022-02-28 19:00:49 +01:00
|
|
|
"format": "time_series",
|
|
|
|
"interval": "1m",
|
|
|
|
"intervalFactor": 2,
|
|
|
|
"legendFormat": "limit",
|
|
|
|
"legendLink": null,
|
|
|
|
"step": 10
|
2023-03-31 16:02:53 +05:30
|
|
|
},
|
|
|
|
{
|
|
|
|
"expr": "min(kube_pod_container_resource_requests{cluster=~\"$cluster\", namespace=~\"$namespace\",container=~\"metrics-generator\", resource=\"memory\"} > 0)",
|
|
|
|
"format": "time_series",
|
|
|
|
"interval": "1m",
|
|
|
|
"intervalFactor": 2,
|
|
|
|
"legendFormat": "request",
|
|
|
|
"legendLink": null,
|
|
|
|
"step": 10
|
2022-02-28 19:00:49 +01:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"thresholds": [
|
|
|
|
|
|
|
|
],
|
|
|
|
"timeFrom": null,
|
|
|
|
"timeShift": null,
|
|
|
|
"title": "Memory (workingset)",
|
|
|
|
"tooltip": {
|
|
|
|
"shared": true,
|
|
|
|
"sort": 2,
|
|
|
|
"value_type": "individual"
|
|
|
|
},
|
|
|
|
"type": "graph",
|
|
|
|
"xaxis": {
|
|
|
|
"buckets": null,
|
|
|
|
"mode": "time",
|
|
|
|
"name": null,
|
|
|
|
"show": true,
|
|
|
|
"values": [
|
|
|
|
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"yaxes": [
|
|
|
|
{
|
|
|
|
"format": "bytes",
|
|
|
|
"label": null,
|
|
|
|
"logBase": 1,
|
|
|
|
"max": null,
|
|
|
|
"min": 0,
|
|
|
|
"show": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"format": "short",
|
|
|
|
"label": null,
|
|
|
|
"logBase": 1,
|
|
|
|
"max": null,
|
|
|
|
"min": null,
|
|
|
|
"show": false
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"aliasColors": {
|
|
|
|
|
|
|
|
},
|
|
|
|
"bars": false,
|
|
|
|
"dashLength": 10,
|
|
|
|
"dashes": false,
|
|
|
|
"datasource": "$datasource",
|
|
|
|
"fill": 1,
|
|
|
|
"id": 12,
|
|
|
|
"legend": {
|
|
|
|
"avg": false,
|
|
|
|
"current": false,
|
|
|
|
"max": false,
|
|
|
|
"min": false,
|
|
|
|
"show": true,
|
|
|
|
"total": false,
|
|
|
|
"values": false
|
|
|
|
},
|
|
|
|
"lines": true,
|
|
|
|
"linewidth": 1,
|
|
|
|
"links": [
|
|
|
|
|
|
|
|
],
|
|
|
|
"nullPointMode": "null as zero",
|
|
|
|
"percentage": false,
|
|
|
|
"pointradius": 5,
|
|
|
|
"points": false,
|
|
|
|
"renderer": "flot",
|
|
|
|
"seriesOverrides": [
|
|
|
|
|
|
|
|
],
|
|
|
|
"spaceLength": 10,
|
|
|
|
"span": 4,
|
|
|
|
"stack": false,
|
|
|
|
"steppedLine": false,
|
|
|
|
"targets": [
|
|
|
|
{
|
|
|
|
"expr": "sum by(instance) (go_memstats_heap_inuse_bytes{cluster=~\"$cluster\", job=~\"($namespace)/metrics-generator\"})",
|
|
|
|
"format": "time_series",
|
|
|
|
"interval": "1m",
|
|
|
|
"intervalFactor": 2,
|
|
|
|
"legendFormat": "{{instance}}",
|
|
|
|
"legendLink": null,
|
|
|
|
"step": 10
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"thresholds": [
|
|
|
|
|
|
|
|
],
|
|
|
|
"timeFrom": null,
|
|
|
|
"timeShift": null,
|
|
|
|
"title": "Memory (go heap inuse)",
|
|
|
|
"tooltip": {
|
|
|
|
"shared": true,
|
|
|
|
"sort": 2,
|
|
|
|
"value_type": "individual"
|
|
|
|
},
|
|
|
|
"type": "graph",
|
|
|
|
"xaxis": {
|
|
|
|
"buckets": null,
|
|
|
|
"mode": "time",
|
|
|
|
"name": null,
|
|
|
|
"show": true,
|
|
|
|
"values": [
|
|
|
|
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"yaxes": [
|
|
|
|
{
|
|
|
|
"format": "bytes",
|
|
|
|
"label": null,
|
|
|
|
"logBase": 1,
|
|
|
|
"max": null,
|
|
|
|
"min": 0,
|
|
|
|
"show": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"format": "short",
|
|
|
|
"label": null,
|
|
|
|
"logBase": 1,
|
|
|
|
"max": null,
|
|
|
|
"min": null,
|
|
|
|
"show": false
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"repeat": null,
|
|
|
|
"repeatIteration": null,
|
|
|
|
"repeatRowId": null,
|
|
|
|
"showTitle": true,
|
|
|
|
"title": "Metrics-generator",
|
|
|
|
"titleSize": "h6"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"collapse": false,
|
|
|
|
"height": "250px",
|
|
|
|
"panels": [
|
|
|
|
{
|
|
|
|
"aliasColors": {
|
|
|
|
|
|
|
|
},
|
|
|
|
"bars": false,
|
|
|
|
"dashLength": 10,
|
|
|
|
"dashes": false,
|
|
|
|
"datasource": "$datasource",
|
|
|
|
"fill": 1,
|
|
|
|
"id": 13,
|
|
|
|
"legend": {
|
|
|
|
"avg": false,
|
|
|
|
"current": false,
|
|
|
|
"max": false,
|
|
|
|
"min": false,
|
|
|
|
"show": true,
|
|
|
|
"total": false,
|
|
|
|
"values": false
|
|
|
|
},
|
|
|
|
"lines": true,
|
|
|
|
"linewidth": 1,
|
|
|
|
"links": [
|
|
|
|
|
2021-01-05 18:36:15 +05:30
|
|
|
],
|
|
|
|
"nullPointMode": "null as zero",
|
|
|
|
"percentage": false,
|
|
|
|
"pointradius": 5,
|
|
|
|
"points": false,
|
|
|
|
"renderer": "flot",
|
|
|
|
"seriesOverrides": [
|
|
|
|
{
|
|
|
|
"alias": "limit",
|
|
|
|
"color": "#E02F44",
|
|
|
|
"fill": 0
|
2023-03-31 16:02:53 +05:30
|
|
|
},
|
|
|
|
{
|
|
|
|
"alias": "request",
|
|
|
|
"color": "#FCE300",
|
|
|
|
"fill": 0
|
2021-01-05 18:36:15 +05:30
|
|
|
}
|
|
|
|
],
|
|
|
|
"spaceLength": 10,
|
|
|
|
"span": 4,
|
|
|
|
"stack": false,
|
|
|
|
"steppedLine": false,
|
|
|
|
"targets": [
|
|
|
|
{
|
2023-11-21 15:19:34 +01:00
|
|
|
"expr": "sum by(pod) (rate(container_cpu_usage_seconds_total{cluster=~\"$cluster\", namespace=~\"$namespace\",container=~\"query-frontend\"}[$__rate_interval]))",
|
2021-01-05 18:36:15 +05:30
|
|
|
"format": "time_series",
|
|
|
|
"interval": "1m",
|
|
|
|
"intervalFactor": 2,
|
|
|
|
"legendFormat": "{{pod}}",
|
|
|
|
"legendLink": null,
|
|
|
|
"step": 10
|
|
|
|
},
|
|
|
|
{
|
2022-11-03 15:53:56 +01:00
|
|
|
"expr": "min(container_spec_cpu_quota{cluster=~\"$cluster\", namespace=~\"$namespace\",container=~\"query-frontend\"} / container_spec_cpu_period{cluster=~\"$cluster\", namespace=~\"$namespace\",container=~\"query-frontend\"})",
|
2021-01-05 18:36:15 +05:30
|
|
|
"format": "time_series",
|
|
|
|
"interval": "1m",
|
|
|
|
"intervalFactor": 2,
|
|
|
|
"legendFormat": "limit",
|
|
|
|
"legendLink": null,
|
|
|
|
"step": 10
|
2023-03-31 16:02:53 +05:30
|
|
|
},
|
|
|
|
{
|
|
|
|
"expr": "min(kube_pod_container_resource_requests{cluster=~\"$cluster\", namespace=~\"$namespace\",container=~\"query-frontend\", resource=\"cpu\"} > 0)",
|
|
|
|
"format": "time_series",
|
|
|
|
"interval": "1m",
|
|
|
|
"intervalFactor": 2,
|
|
|
|
"legendFormat": "request",
|
|
|
|
"legendLink": null,
|
|
|
|
"step": 10
|
2021-01-05 18:36:15 +05:30
|
|
|
}
|
|
|
|
],
|
|
|
|
"thresholds": [
|
|
|
|
|
|
|
|
],
|
|
|
|
"timeFrom": null,
|
|
|
|
"timeShift": null,
|
|
|
|
"title": "CPU",
|
|
|
|
"tooltip": {
|
|
|
|
"shared": true,
|
2021-11-26 13:00:34 +01:00
|
|
|
"sort": 2,
|
2021-01-05 18:36:15 +05:30
|
|
|
"value_type": "individual"
|
|
|
|
},
|
|
|
|
"type": "graph",
|
|
|
|
"xaxis": {
|
|
|
|
"buckets": null,
|
|
|
|
"mode": "time",
|
|
|
|
"name": null,
|
|
|
|
"show": true,
|
|
|
|
"values": [
|
|
|
|
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"yaxes": [
|
|
|
|
{
|
|
|
|
"format": "short",
|
|
|
|
"label": null,
|
|
|
|
"logBase": 1,
|
|
|
|
"max": null,
|
|
|
|
"min": 0,
|
|
|
|
"show": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"format": "short",
|
|
|
|
"label": null,
|
|
|
|
"logBase": 1,
|
|
|
|
"max": null,
|
|
|
|
"min": null,
|
|
|
|
"show": false
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"aliasColors": {
|
|
|
|
|
|
|
|
},
|
|
|
|
"bars": false,
|
|
|
|
"dashLength": 10,
|
|
|
|
"dashes": false,
|
|
|
|
"datasource": "$datasource",
|
|
|
|
"fill": 1,
|
2022-02-28 19:00:49 +01:00
|
|
|
"id": 14,
|
2021-01-05 18:36:15 +05:30
|
|
|
"legend": {
|
|
|
|
"avg": false,
|
|
|
|
"current": false,
|
|
|
|
"max": false,
|
|
|
|
"min": false,
|
|
|
|
"show": true,
|
|
|
|
"total": false,
|
|
|
|
"values": false
|
|
|
|
},
|
|
|
|
"lines": true,
|
|
|
|
"linewidth": 1,
|
|
|
|
"links": [
|
|
|
|
|
|
|
|
],
|
|
|
|
"nullPointMode": "null as zero",
|
|
|
|
"percentage": false,
|
|
|
|
"pointradius": 5,
|
|
|
|
"points": false,
|
|
|
|
"renderer": "flot",
|
|
|
|
"seriesOverrides": [
|
|
|
|
{
|
|
|
|
"alias": "limit",
|
|
|
|
"color": "#E02F44",
|
|
|
|
"fill": 0
|
2023-03-31 16:02:53 +05:30
|
|
|
},
|
|
|
|
{
|
|
|
|
"alias": "request",
|
|
|
|
"color": "#FCE300",
|
|
|
|
"fill": 0
|
2021-01-05 18:36:15 +05:30
|
|
|
}
|
|
|
|
],
|
|
|
|
"spaceLength": 10,
|
|
|
|
"span": 4,
|
|
|
|
"stack": false,
|
|
|
|
"steppedLine": false,
|
|
|
|
"targets": [
|
|
|
|
{
|
2022-11-03 15:53:56 +01:00
|
|
|
"expr": "sum by(pod) (container_memory_working_set_bytes{cluster=~\"$cluster\", namespace=~\"$namespace\",container=~\"query-frontend\"})",
|
2021-01-05 18:36:15 +05:30
|
|
|
"format": "time_series",
|
|
|
|
"interval": "1m",
|
|
|
|
"intervalFactor": 2,
|
|
|
|
"legendFormat": "{{pod}}",
|
|
|
|
"legendLink": null,
|
|
|
|
"step": 10
|
|
|
|
},
|
|
|
|
{
|
2022-11-03 15:53:56 +01:00
|
|
|
"expr": "min(container_spec_memory_limit_bytes{cluster=~\"$cluster\", namespace=~\"$namespace\",container=~\"query-frontend\"} > 0)",
|
2021-01-05 18:36:15 +05:30
|
|
|
"format": "time_series",
|
|
|
|
"interval": "1m",
|
|
|
|
"intervalFactor": 2,
|
|
|
|
"legendFormat": "limit",
|
|
|
|
"legendLink": null,
|
|
|
|
"step": 10
|
2023-03-31 16:02:53 +05:30
|
|
|
},
|
|
|
|
{
|
|
|
|
"expr": "min(kube_pod_container_resource_requests{cluster=~\"$cluster\", namespace=~\"$namespace\",container=~\"query-frontend\", resource=\"memory\"} > 0)",
|
|
|
|
"format": "time_series",
|
|
|
|
"interval": "1m",
|
|
|
|
"intervalFactor": 2,
|
|
|
|
"legendFormat": "request",
|
|
|
|
"legendLink": null,
|
|
|
|
"step": 10
|
2021-01-05 18:36:15 +05:30
|
|
|
}
|
|
|
|
],
|
|
|
|
"thresholds": [
|
|
|
|
|
|
|
|
],
|
|
|
|
"timeFrom": null,
|
|
|
|
"timeShift": null,
|
|
|
|
"title": "Memory (workingset)",
|
|
|
|
"tooltip": {
|
|
|
|
"shared": true,
|
2021-11-26 13:00:34 +01:00
|
|
|
"sort": 2,
|
2021-01-05 18:36:15 +05:30
|
|
|
"value_type": "individual"
|
|
|
|
},
|
|
|
|
"type": "graph",
|
|
|
|
"xaxis": {
|
|
|
|
"buckets": null,
|
|
|
|
"mode": "time",
|
|
|
|
"name": null,
|
|
|
|
"show": true,
|
|
|
|
"values": [
|
|
|
|
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"yaxes": [
|
|
|
|
{
|
|
|
|
"format": "bytes",
|
|
|
|
"label": null,
|
|
|
|
"logBase": 1,
|
|
|
|
"max": null,
|
|
|
|
"min": 0,
|
|
|
|
"show": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"format": "short",
|
|
|
|
"label": null,
|
|
|
|
"logBase": 1,
|
|
|
|
"max": null,
|
|
|
|
"min": null,
|
|
|
|
"show": false
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"aliasColors": {
|
|
|
|
|
|
|
|
},
|
|
|
|
"bars": false,
|
|
|
|
"dashLength": 10,
|
|
|
|
"dashes": false,
|
|
|
|
"datasource": "$datasource",
|
|
|
|
"fill": 1,
|
2022-02-28 19:00:49 +01:00
|
|
|
"id": 15,
|
2021-01-05 18:36:15 +05:30
|
|
|
"legend": {
|
|
|
|
"avg": false,
|
|
|
|
"current": false,
|
|
|
|
"max": false,
|
|
|
|
"min": false,
|
|
|
|
"show": true,
|
|
|
|
"total": false,
|
|
|
|
"values": false
|
|
|
|
},
|
|
|
|
"lines": true,
|
|
|
|
"linewidth": 1,
|
|
|
|
"links": [
|
|
|
|
|
|
|
|
],
|
|
|
|
"nullPointMode": "null as zero",
|
|
|
|
"percentage": false,
|
|
|
|
"pointradius": 5,
|
|
|
|
"points": false,
|
|
|
|
"renderer": "flot",
|
|
|
|
"seriesOverrides": [
|
|
|
|
|
|
|
|
],
|
|
|
|
"spaceLength": 10,
|
|
|
|
"span": 4,
|
|
|
|
"stack": false,
|
|
|
|
"steppedLine": false,
|
|
|
|
"targets": [
|
|
|
|
{
|
|
|
|
"expr": "sum by(instance) (go_memstats_heap_inuse_bytes{cluster=~\"$cluster\", job=~\"($namespace)/query-frontend\"})",
|
|
|
|
"format": "time_series",
|
|
|
|
"interval": "1m",
|
|
|
|
"intervalFactor": 2,
|
|
|
|
"legendFormat": "{{instance}}",
|
|
|
|
"legendLink": null,
|
|
|
|
"step": 10
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"thresholds": [
|
|
|
|
|
|
|
|
],
|
|
|
|
"timeFrom": null,
|
|
|
|
"timeShift": null,
|
|
|
|
"title": "Memory (go heap inuse)",
|
|
|
|
"tooltip": {
|
|
|
|
"shared": true,
|
2021-11-26 13:00:34 +01:00
|
|
|
"sort": 2,
|
2021-01-05 18:36:15 +05:30
|
|
|
"value_type": "individual"
|
|
|
|
},
|
|
|
|
"type": "graph",
|
|
|
|
"xaxis": {
|
|
|
|
"buckets": null,
|
|
|
|
"mode": "time",
|
|
|
|
"name": null,
|
|
|
|
"show": true,
|
|
|
|
"values": [
|
|
|
|
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"yaxes": [
|
|
|
|
{
|
|
|
|
"format": "bytes",
|
|
|
|
"label": null,
|
|
|
|
"logBase": 1,
|
|
|
|
"max": null,
|
|
|
|
"min": 0,
|
|
|
|
"show": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"format": "short",
|
|
|
|
"label": null,
|
|
|
|
"logBase": 1,
|
|
|
|
"max": null,
|
|
|
|
"min": null,
|
|
|
|
"show": false
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"repeat": null,
|
|
|
|
"repeatIteration": null,
|
|
|
|
"repeatRowId": null,
|
|
|
|
"showTitle": true,
|
|
|
|
"title": "Query Frontend",
|
|
|
|
"titleSize": "h6"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"collapse": false,
|
|
|
|
"height": "250px",
|
|
|
|
"panels": [
|
|
|
|
{
|
|
|
|
"aliasColors": {
|
|
|
|
|
|
|
|
},
|
|
|
|
"bars": false,
|
|
|
|
"dashLength": 10,
|
|
|
|
"dashes": false,
|
|
|
|
"datasource": "$datasource",
|
|
|
|
"fill": 1,
|
2022-02-28 19:00:49 +01:00
|
|
|
"id": 16,
|
2021-01-05 18:36:15 +05:30
|
|
|
"legend": {
|
|
|
|
"avg": false,
|
|
|
|
"current": false,
|
|
|
|
"max": false,
|
|
|
|
"min": false,
|
|
|
|
"show": true,
|
|
|
|
"total": false,
|
|
|
|
"values": false
|
|
|
|
},
|
|
|
|
"lines": true,
|
|
|
|
"linewidth": 1,
|
|
|
|
"links": [
|
|
|
|
|
2020-11-19 19:58:16 +05:30
|
|
|
],
|
|
|
|
"nullPointMode": "null as zero",
|
|
|
|
"percentage": false,
|
|
|
|
"pointradius": 5,
|
|
|
|
"points": false,
|
|
|
|
"renderer": "flot",
|
|
|
|
"seriesOverrides": [
|
|
|
|
{
|
|
|
|
"alias": "limit",
|
|
|
|
"color": "#E02F44",
|
|
|
|
"fill": 0
|
2023-03-31 16:02:53 +05:30
|
|
|
},
|
|
|
|
{
|
|
|
|
"alias": "request",
|
|
|
|
"color": "#FCE300",
|
|
|
|
"fill": 0
|
2020-11-19 19:58:16 +05:30
|
|
|
}
|
|
|
|
],
|
|
|
|
"spaceLength": 10,
|
|
|
|
"span": 4,
|
|
|
|
"stack": false,
|
|
|
|
"steppedLine": false,
|
|
|
|
"targets": [
|
|
|
|
{
|
2023-11-21 15:19:34 +01:00
|
|
|
"expr": "sum by(pod) (rate(container_cpu_usage_seconds_total{cluster=~\"$cluster\", namespace=~\"$namespace\",container=~\"querier\"}[$__rate_interval]))",
|
2020-11-19 19:58:16 +05:30
|
|
|
"format": "time_series",
|
|
|
|
"interval": "1m",
|
|
|
|
"intervalFactor": 2,
|
|
|
|
"legendFormat": "{{pod}}",
|
|
|
|
"legendLink": null,
|
|
|
|
"step": 10
|
|
|
|
},
|
|
|
|
{
|
2022-11-03 15:53:56 +01:00
|
|
|
"expr": "min(container_spec_cpu_quota{cluster=~\"$cluster\", namespace=~\"$namespace\",container=~\"querier\"} / container_spec_cpu_period{cluster=~\"$cluster\", namespace=~\"$namespace\",container=~\"querier\"})",
|
2020-11-19 19:58:16 +05:30
|
|
|
"format": "time_series",
|
|
|
|
"interval": "1m",
|
|
|
|
"intervalFactor": 2,
|
|
|
|
"legendFormat": "limit",
|
|
|
|
"legendLink": null,
|
|
|
|
"step": 10
|
2023-03-31 16:02:53 +05:30
|
|
|
},
|
|
|
|
{
|
|
|
|
"expr": "min(kube_pod_container_resource_requests{cluster=~\"$cluster\", namespace=~\"$namespace\",container=~\"querier\", resource=\"cpu\"} > 0)",
|
|
|
|
"format": "time_series",
|
|
|
|
"interval": "1m",
|
|
|
|
"intervalFactor": 2,
|
|
|
|
"legendFormat": "request",
|
|
|
|
"legendLink": null,
|
|
|
|
"step": 10
|
2020-11-19 19:58:16 +05:30
|
|
|
}
|
|
|
|
],
|
|
|
|
"thresholds": [
|
|
|
|
|
|
|
|
],
|
|
|
|
"timeFrom": null,
|
|
|
|
"timeShift": null,
|
|
|
|
"title": "CPU",
|
|
|
|
"tooltip": {
|
|
|
|
"shared": true,
|
2021-11-26 13:00:34 +01:00
|
|
|
"sort": 2,
|
2020-11-19 19:58:16 +05:30
|
|
|
"value_type": "individual"
|
|
|
|
},
|
|
|
|
"type": "graph",
|
|
|
|
"xaxis": {
|
|
|
|
"buckets": null,
|
|
|
|
"mode": "time",
|
|
|
|
"name": null,
|
|
|
|
"show": true,
|
|
|
|
"values": [
|
|
|
|
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"yaxes": [
|
|
|
|
{
|
|
|
|
"format": "short",
|
|
|
|
"label": null,
|
|
|
|
"logBase": 1,
|
|
|
|
"max": null,
|
|
|
|
"min": 0,
|
|
|
|
"show": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"format": "short",
|
|
|
|
"label": null,
|
|
|
|
"logBase": 1,
|
|
|
|
"max": null,
|
|
|
|
"min": null,
|
|
|
|
"show": false
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"aliasColors": {
|
|
|
|
|
|
|
|
},
|
|
|
|
"bars": false,
|
|
|
|
"dashLength": 10,
|
|
|
|
"dashes": false,
|
|
|
|
"datasource": "$datasource",
|
|
|
|
"fill": 1,
|
2022-02-28 19:00:49 +01:00
|
|
|
"id": 17,
|
2020-11-19 19:58:16 +05:30
|
|
|
"legend": {
|
|
|
|
"avg": false,
|
|
|
|
"current": false,
|
|
|
|
"max": false,
|
|
|
|
"min": false,
|
|
|
|
"show": true,
|
|
|
|
"total": false,
|
|
|
|
"values": false
|
|
|
|
},
|
|
|
|
"lines": true,
|
|
|
|
"linewidth": 1,
|
|
|
|
"links": [
|
|
|
|
|
|
|
|
],
|
|
|
|
"nullPointMode": "null as zero",
|
|
|
|
"percentage": false,
|
|
|
|
"pointradius": 5,
|
|
|
|
"points": false,
|
|
|
|
"renderer": "flot",
|
|
|
|
"seriesOverrides": [
|
|
|
|
{
|
|
|
|
"alias": "limit",
|
|
|
|
"color": "#E02F44",
|
|
|
|
"fill": 0
|
2023-03-31 16:02:53 +05:30
|
|
|
},
|
|
|
|
{
|
|
|
|
"alias": "request",
|
|
|
|
"color": "#FCE300",
|
|
|
|
"fill": 0
|
2020-11-19 19:58:16 +05:30
|
|
|
}
|
|
|
|
],
|
|
|
|
"spaceLength": 10,
|
|
|
|
"span": 4,
|
|
|
|
"stack": false,
|
|
|
|
"steppedLine": false,
|
|
|
|
"targets": [
|
|
|
|
{
|
2022-11-03 15:53:56 +01:00
|
|
|
"expr": "sum by(pod) (container_memory_working_set_bytes{cluster=~\"$cluster\", namespace=~\"$namespace\",container=~\"querier\"})",
|
2020-11-19 19:58:16 +05:30
|
|
|
"format": "time_series",
|
|
|
|
"interval": "1m",
|
|
|
|
"intervalFactor": 2,
|
|
|
|
"legendFormat": "{{pod}}",
|
|
|
|
"legendLink": null,
|
|
|
|
"step": 10
|
|
|
|
},
|
|
|
|
{
|
2022-11-03 15:53:56 +01:00
|
|
|
"expr": "min(container_spec_memory_limit_bytes{cluster=~\"$cluster\", namespace=~\"$namespace\",container=~\"querier\"} > 0)",
|
2020-11-19 19:58:16 +05:30
|
|
|
"format": "time_series",
|
|
|
|
"interval": "1m",
|
|
|
|
"intervalFactor": 2,
|
|
|
|
"legendFormat": "limit",
|
|
|
|
"legendLink": null,
|
|
|
|
"step": 10
|
2023-03-31 16:02:53 +05:30
|
|
|
},
|
|
|
|
{
|
|
|
|
"expr": "min(kube_pod_container_resource_requests{cluster=~\"$cluster\", namespace=~\"$namespace\",container=~\"querier\", resource=\"memory\"} > 0)",
|
|
|
|
"format": "time_series",
|
|
|
|
"interval": "1m",
|
|
|
|
"intervalFactor": 2,
|
|
|
|
"legendFormat": "request",
|
|
|
|
"legendLink": null,
|
|
|
|
"step": 10
|
2020-11-19 19:58:16 +05:30
|
|
|
}
|
|
|
|
],
|
|
|
|
"thresholds": [
|
|
|
|
|
|
|
|
],
|
|
|
|
"timeFrom": null,
|
|
|
|
"timeShift": null,
|
|
|
|
"title": "Memory (workingset)",
|
|
|
|
"tooltip": {
|
|
|
|
"shared": true,
|
2021-11-26 13:00:34 +01:00
|
|
|
"sort": 2,
|
2020-11-19 19:58:16 +05:30
|
|
|
"value_type": "individual"
|
|
|
|
},
|
|
|
|
"type": "graph",
|
|
|
|
"xaxis": {
|
|
|
|
"buckets": null,
|
|
|
|
"mode": "time",
|
|
|
|
"name": null,
|
|
|
|
"show": true,
|
|
|
|
"values": [
|
|
|
|
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"yaxes": [
|
|
|
|
{
|
|
|
|
"format": "bytes",
|
|
|
|
"label": null,
|
|
|
|
"logBase": 1,
|
|
|
|
"max": null,
|
|
|
|
"min": 0,
|
|
|
|
"show": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"format": "short",
|
|
|
|
"label": null,
|
|
|
|
"logBase": 1,
|
|
|
|
"max": null,
|
|
|
|
"min": null,
|
|
|
|
"show": false
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"aliasColors": {
|
|
|
|
|
|
|
|
},
|
|
|
|
"bars": false,
|
|
|
|
"dashLength": 10,
|
|
|
|
"dashes": false,
|
|
|
|
"datasource": "$datasource",
|
|
|
|
"fill": 1,
|
2022-02-28 19:00:49 +01:00
|
|
|
"id": 18,
|
2020-11-19 19:58:16 +05:30
|
|
|
"legend": {
|
|
|
|
"avg": false,
|
|
|
|
"current": false,
|
|
|
|
"max": false,
|
|
|
|
"min": false,
|
|
|
|
"show": true,
|
|
|
|
"total": false,
|
|
|
|
"values": false
|
|
|
|
},
|
|
|
|
"lines": true,
|
|
|
|
"linewidth": 1,
|
|
|
|
"links": [
|
|
|
|
|
|
|
|
],
|
|
|
|
"nullPointMode": "null as zero",
|
|
|
|
"percentage": false,
|
|
|
|
"pointradius": 5,
|
|
|
|
"points": false,
|
|
|
|
"renderer": "flot",
|
|
|
|
"seriesOverrides": [
|
|
|
|
|
|
|
|
],
|
|
|
|
"spaceLength": 10,
|
|
|
|
"span": 4,
|
|
|
|
"stack": false,
|
|
|
|
"steppedLine": false,
|
|
|
|
"targets": [
|
|
|
|
{
|
|
|
|
"expr": "sum by(instance) (go_memstats_heap_inuse_bytes{cluster=~\"$cluster\", job=~\"($namespace)/querier\"})",
|
|
|
|
"format": "time_series",
|
|
|
|
"interval": "1m",
|
|
|
|
"intervalFactor": 2,
|
|
|
|
"legendFormat": "{{instance}}",
|
|
|
|
"legendLink": null,
|
|
|
|
"step": 10
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"thresholds": [
|
|
|
|
|
|
|
|
],
|
|
|
|
"timeFrom": null,
|
|
|
|
"timeShift": null,
|
|
|
|
"title": "Memory (go heap inuse)",
|
|
|
|
"tooltip": {
|
|
|
|
"shared": true,
|
2021-11-26 13:00:34 +01:00
|
|
|
"sort": 2,
|
2020-11-19 19:58:16 +05:30
|
|
|
"value_type": "individual"
|
|
|
|
},
|
|
|
|
"type": "graph",
|
|
|
|
"xaxis": {
|
|
|
|
"buckets": null,
|
|
|
|
"mode": "time",
|
|
|
|
"name": null,
|
|
|
|
"show": true,
|
|
|
|
"values": [
|
|
|
|
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"yaxes": [
|
|
|
|
{
|
|
|
|
"format": "bytes",
|
|
|
|
"label": null,
|
|
|
|
"logBase": 1,
|
|
|
|
"max": null,
|
|
|
|
"min": 0,
|
|
|
|
"show": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"format": "short",
|
|
|
|
"label": null,
|
|
|
|
"logBase": 1,
|
|
|
|
"max": null,
|
|
|
|
"min": null,
|
|
|
|
"show": false
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"repeat": null,
|
|
|
|
"repeatIteration": null,
|
|
|
|
"repeatRowId": null,
|
|
|
|
"showTitle": true,
|
|
|
|
"title": "Querier",
|
|
|
|
"titleSize": "h6"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"collapse": false,
|
|
|
|
"height": "250px",
|
|
|
|
"panels": [
|
|
|
|
{
|
|
|
|
"aliasColors": {
|
|
|
|
|
|
|
|
},
|
|
|
|
"bars": false,
|
|
|
|
"dashLength": 10,
|
|
|
|
"dashes": false,
|
|
|
|
"datasource": "$datasource",
|
|
|
|
"fill": 1,
|
2022-02-28 19:00:49 +01:00
|
|
|
"id": 19,
|
2020-11-19 19:58:16 +05:30
|
|
|
"legend": {
|
|
|
|
"avg": false,
|
|
|
|
"current": false,
|
|
|
|
"max": false,
|
|
|
|
"min": false,
|
|
|
|
"show": true,
|
|
|
|
"total": false,
|
|
|
|
"values": false
|
|
|
|
},
|
|
|
|
"lines": true,
|
|
|
|
"linewidth": 1,
|
|
|
|
"links": [
|
|
|
|
|
2020-10-06 23:17:55 +05:30
|
|
|
],
|
|
|
|
"nullPointMode": "null as zero",
|
|
|
|
"percentage": false,
|
|
|
|
"pointradius": 5,
|
|
|
|
"points": false,
|
|
|
|
"renderer": "flot",
|
|
|
|
"seriesOverrides": [
|
|
|
|
{
|
|
|
|
"alias": "limit",
|
|
|
|
"color": "#E02F44",
|
|
|
|
"fill": 0
|
2023-03-31 16:02:53 +05:30
|
|
|
},
|
|
|
|
{
|
|
|
|
"alias": "request",
|
|
|
|
"color": "#FCE300",
|
|
|
|
"fill": 0
|
2020-10-06 23:17:55 +05:30
|
|
|
}
|
|
|
|
],
|
|
|
|
"spaceLength": 10,
|
|
|
|
"span": 4,
|
|
|
|
"stack": false,
|
|
|
|
"steppedLine": false,
|
|
|
|
"targets": [
|
|
|
|
{
|
2023-11-21 15:19:34 +01:00
|
|
|
"expr": "sum by(pod) (rate(container_cpu_usage_seconds_total{cluster=~\"$cluster\", namespace=~\"$namespace\",container=~\"compactor\"}[$__rate_interval]))",
|
2020-10-06 23:17:55 +05:30
|
|
|
"format": "time_series",
|
|
|
|
"interval": "1m",
|
|
|
|
"intervalFactor": 2,
|
|
|
|
"legendFormat": "{{pod}}",
|
|
|
|
"legendLink": null,
|
|
|
|
"step": 10
|
|
|
|
},
|
|
|
|
{
|
2022-11-03 15:53:56 +01:00
|
|
|
"expr": "min(container_spec_cpu_quota{cluster=~\"$cluster\", namespace=~\"$namespace\",container=~\"compactor\"} / container_spec_cpu_period{cluster=~\"$cluster\", namespace=~\"$namespace\",container=~\"compactor\"})",
|
2020-10-06 23:17:55 +05:30
|
|
|
"format": "time_series",
|
|
|
|
"interval": "1m",
|
|
|
|
"intervalFactor": 2,
|
|
|
|
"legendFormat": "limit",
|
|
|
|
"legendLink": null,
|
|
|
|
"step": 10
|
2023-03-31 16:02:53 +05:30
|
|
|
},
|
|
|
|
{
|
|
|
|
"expr": "min(kube_pod_container_resource_requests{cluster=~\"$cluster\", namespace=~\"$namespace\",container=~\"compactor\", resource=\"cpu\"} > 0)",
|
|
|
|
"format": "time_series",
|
|
|
|
"interval": "1m",
|
|
|
|
"intervalFactor": 2,
|
|
|
|
"legendFormat": "request",
|
|
|
|
"legendLink": null,
|
|
|
|
"step": 10
|
2020-10-06 23:17:55 +05:30
|
|
|
}
|
|
|
|
],
|
|
|
|
"thresholds": [
|
|
|
|
|
|
|
|
],
|
|
|
|
"timeFrom": null,
|
|
|
|
"timeShift": null,
|
|
|
|
"title": "CPU",
|
|
|
|
"tooltip": {
|
|
|
|
"shared": true,
|
2021-11-26 13:00:34 +01:00
|
|
|
"sort": 2,
|
2020-10-06 23:17:55 +05:30
|
|
|
"value_type": "individual"
|
|
|
|
},
|
|
|
|
"type": "graph",
|
|
|
|
"xaxis": {
|
|
|
|
"buckets": null,
|
|
|
|
"mode": "time",
|
|
|
|
"name": null,
|
|
|
|
"show": true,
|
|
|
|
"values": [
|
|
|
|
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"yaxes": [
|
|
|
|
{
|
|
|
|
"format": "short",
|
|
|
|
"label": null,
|
|
|
|
"logBase": 1,
|
|
|
|
"max": null,
|
|
|
|
"min": 0,
|
|
|
|
"show": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"format": "short",
|
|
|
|
"label": null,
|
|
|
|
"logBase": 1,
|
|
|
|
"max": null,
|
|
|
|
"min": null,
|
|
|
|
"show": false
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"aliasColors": {
|
|
|
|
|
|
|
|
},
|
|
|
|
"bars": false,
|
|
|
|
"dashLength": 10,
|
|
|
|
"dashes": false,
|
|
|
|
"datasource": "$datasource",
|
|
|
|
"fill": 1,
|
2022-02-28 19:00:49 +01:00
|
|
|
"id": 20,
|
2020-10-06 23:17:55 +05:30
|
|
|
"legend": {
|
|
|
|
"avg": false,
|
|
|
|
"current": false,
|
|
|
|
"max": false,
|
|
|
|
"min": false,
|
|
|
|
"show": true,
|
|
|
|
"total": false,
|
|
|
|
"values": false
|
|
|
|
},
|
|
|
|
"lines": true,
|
|
|
|
"linewidth": 1,
|
|
|
|
"links": [
|
|
|
|
|
|
|
|
],
|
|
|
|
"nullPointMode": "null as zero",
|
|
|
|
"percentage": false,
|
|
|
|
"pointradius": 5,
|
|
|
|
"points": false,
|
|
|
|
"renderer": "flot",
|
|
|
|
"seriesOverrides": [
|
|
|
|
{
|
|
|
|
"alias": "limit",
|
|
|
|
"color": "#E02F44",
|
|
|
|
"fill": 0
|
2023-03-31 16:02:53 +05:30
|
|
|
},
|
|
|
|
{
|
|
|
|
"alias": "request",
|
|
|
|
"color": "#FCE300",
|
|
|
|
"fill": 0
|
2020-10-06 23:17:55 +05:30
|
|
|
}
|
|
|
|
],
|
|
|
|
"spaceLength": 10,
|
|
|
|
"span": 4,
|
|
|
|
"stack": false,
|
|
|
|
"steppedLine": false,
|
|
|
|
"targets": [
|
|
|
|
{
|
2022-11-03 15:53:56 +01:00
|
|
|
"expr": "sum by(pod) (container_memory_working_set_bytes{cluster=~\"$cluster\", namespace=~\"$namespace\",container=~\"compactor\"})",
|
2020-10-06 23:17:55 +05:30
|
|
|
"format": "time_series",
|
|
|
|
"interval": "1m",
|
|
|
|
"intervalFactor": 2,
|
|
|
|
"legendFormat": "{{pod}}",
|
|
|
|
"legendLink": null,
|
|
|
|
"step": 10
|
|
|
|
},
|
|
|
|
{
|
2022-11-03 15:53:56 +01:00
|
|
|
"expr": "min(container_spec_memory_limit_bytes{cluster=~\"$cluster\", namespace=~\"$namespace\",container=~\"compactor\"} > 0)",
|
2020-10-06 23:17:55 +05:30
|
|
|
"format": "time_series",
|
|
|
|
"interval": "1m",
|
|
|
|
"intervalFactor": 2,
|
|
|
|
"legendFormat": "limit",
|
|
|
|
"legendLink": null,
|
|
|
|
"step": 10
|
2023-03-31 16:02:53 +05:30
|
|
|
},
|
|
|
|
{
|
|
|
|
"expr": "min(kube_pod_container_resource_requests{cluster=~\"$cluster\", namespace=~\"$namespace\",container=~\"compactor\", resource=\"memory\"} > 0)",
|
|
|
|
"format": "time_series",
|
|
|
|
"interval": "1m",
|
|
|
|
"intervalFactor": 2,
|
|
|
|
"legendFormat": "request",
|
|
|
|
"legendLink": null,
|
|
|
|
"step": 10
|
2020-10-06 23:17:55 +05:30
|
|
|
}
|
|
|
|
],
|
|
|
|
"thresholds": [
|
|
|
|
|
|
|
|
],
|
|
|
|
"timeFrom": null,
|
|
|
|
"timeShift": null,
|
|
|
|
"title": "Memory (workingset)",
|
|
|
|
"tooltip": {
|
|
|
|
"shared": true,
|
2021-11-26 13:00:34 +01:00
|
|
|
"sort": 2,
|
2020-10-06 23:17:55 +05:30
|
|
|
"value_type": "individual"
|
|
|
|
},
|
|
|
|
"type": "graph",
|
|
|
|
"xaxis": {
|
|
|
|
"buckets": null,
|
|
|
|
"mode": "time",
|
|
|
|
"name": null,
|
|
|
|
"show": true,
|
|
|
|
"values": [
|
|
|
|
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"yaxes": [
|
|
|
|
{
|
|
|
|
"format": "bytes",
|
|
|
|
"label": null,
|
|
|
|
"logBase": 1,
|
|
|
|
"max": null,
|
|
|
|
"min": 0,
|
|
|
|
"show": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"format": "short",
|
|
|
|
"label": null,
|
|
|
|
"logBase": 1,
|
|
|
|
"max": null,
|
|
|
|
"min": null,
|
|
|
|
"show": false
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"aliasColors": {
|
|
|
|
|
|
|
|
},
|
|
|
|
"bars": false,
|
|
|
|
"dashLength": 10,
|
|
|
|
"dashes": false,
|
|
|
|
"datasource": "$datasource",
|
|
|
|
"fill": 1,
|
2022-02-28 19:00:49 +01:00
|
|
|
"id": 21,
|
2020-10-06 23:17:55 +05:30
|
|
|
"legend": {
|
|
|
|
"avg": false,
|
|
|
|
"current": false,
|
|
|
|
"max": false,
|
|
|
|
"min": false,
|
|
|
|
"show": true,
|
|
|
|
"total": false,
|
|
|
|
"values": false
|
|
|
|
},
|
|
|
|
"lines": true,
|
|
|
|
"linewidth": 1,
|
|
|
|
"links": [
|
|
|
|
|
|
|
|
],
|
|
|
|
"nullPointMode": "null as zero",
|
|
|
|
"percentage": false,
|
|
|
|
"pointradius": 5,
|
|
|
|
"points": false,
|
|
|
|
"renderer": "flot",
|
|
|
|
"seriesOverrides": [
|
|
|
|
|
|
|
|
],
|
|
|
|
"spaceLength": 10,
|
|
|
|
"span": 4,
|
|
|
|
"stack": false,
|
|
|
|
"steppedLine": false,
|
|
|
|
"targets": [
|
|
|
|
{
|
|
|
|
"expr": "sum by(instance) (go_memstats_heap_inuse_bytes{cluster=~\"$cluster\", job=~\"($namespace)/compactor\"})",
|
|
|
|
"format": "time_series",
|
|
|
|
"interval": "1m",
|
|
|
|
"intervalFactor": 2,
|
|
|
|
"legendFormat": "{{instance}}",
|
|
|
|
"legendLink": null,
|
|
|
|
"step": 10
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"thresholds": [
|
|
|
|
|
|
|
|
],
|
|
|
|
"timeFrom": null,
|
|
|
|
"timeShift": null,
|
|
|
|
"title": "Memory (go heap inuse)",
|
|
|
|
"tooltip": {
|
|
|
|
"shared": true,
|
2021-11-26 13:00:34 +01:00
|
|
|
"sort": 2,
|
2020-10-06 23:17:55 +05:30
|
|
|
"value_type": "individual"
|
|
|
|
},
|
|
|
|
"type": "graph",
|
|
|
|
"xaxis": {
|
|
|
|
"buckets": null,
|
|
|
|
"mode": "time",
|
|
|
|
"name": null,
|
|
|
|
"show": true,
|
|
|
|
"values": [
|
|
|
|
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"yaxes": [
|
|
|
|
{
|
|
|
|
"format": "bytes",
|
|
|
|
"label": null,
|
|
|
|
"logBase": 1,
|
|
|
|
"max": null,
|
|
|
|
"min": 0,
|
|
|
|
"show": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"format": "short",
|
|
|
|
"label": null,
|
|
|
|
"logBase": 1,
|
|
|
|
"max": null,
|
|
|
|
"min": null,
|
|
|
|
"show": false
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"repeat": null,
|
|
|
|
"repeatIteration": null,
|
|
|
|
"repeatRowId": null,
|
|
|
|
"showTitle": true,
|
|
|
|
"title": "Compactor",
|
|
|
|
"titleSize": "h6"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"schemaVersion": 14,
|
|
|
|
"style": "dark",
|
|
|
|
"tags": [
|
|
|
|
"tempo"
|
|
|
|
],
|
|
|
|
"templating": {
|
|
|
|
"list": [
|
|
|
|
{
|
|
|
|
"current": {
|
|
|
|
"text": "default",
|
|
|
|
"value": "default"
|
|
|
|
},
|
|
|
|
"hide": 0,
|
2021-11-26 13:00:34 +01:00
|
|
|
"label": "Data Source",
|
2020-10-06 23:17:55 +05:30
|
|
|
"name": "datasource",
|
|
|
|
"options": [
|
|
|
|
|
|
|
|
],
|
|
|
|
"query": "prometheus",
|
|
|
|
"refresh": 1,
|
|
|
|
"regex": "",
|
|
|
|
"type": "datasource"
|
|
|
|
},
|
|
|
|
{
|
2022-11-28 14:32:26 +01:00
|
|
|
"allValue": null,
|
2020-10-06 23:17:55 +05:30
|
|
|
"current": {
|
|
|
|
"selected": true,
|
|
|
|
"text": "All",
|
|
|
|
"value": "$__all"
|
|
|
|
},
|
|
|
|
"datasource": "$datasource",
|
|
|
|
"hide": 0,
|
|
|
|
"includeAll": true,
|
|
|
|
"label": "cluster",
|
|
|
|
"multi": true,
|
|
|
|
"name": "cluster",
|
|
|
|
"options": [
|
|
|
|
|
|
|
|
],
|
|
|
|
"query": "label_values(tempo_build_info, cluster)",
|
|
|
|
"refresh": 1,
|
|
|
|
"regex": "",
|
|
|
|
"sort": 2,
|
|
|
|
"tagValuesQuery": "",
|
|
|
|
"tags": [
|
|
|
|
|
|
|
|
],
|
|
|
|
"tagsQuery": "",
|
|
|
|
"type": "query",
|
|
|
|
"useTags": false
|
|
|
|
},
|
|
|
|
{
|
2021-11-27 07:14:42 +01:00
|
|
|
"allValue": null,
|
2020-10-06 23:17:55 +05:30
|
|
|
"current": {
|
|
|
|
"selected": true,
|
|
|
|
"text": "All",
|
|
|
|
"value": "$__all"
|
|
|
|
},
|
|
|
|
"datasource": "$datasource",
|
|
|
|
"hide": 0,
|
|
|
|
"includeAll": true,
|
|
|
|
"label": "namespace",
|
|
|
|
"multi": true,
|
|
|
|
"name": "namespace",
|
|
|
|
"options": [
|
|
|
|
|
|
|
|
],
|
2022-09-29 22:41:16 +05:30
|
|
|
"query": "label_values(tempo_build_info{cluster=~'$cluster'}, namespace)",
|
2020-10-06 23:17:55 +05:30
|
|
|
"refresh": 1,
|
|
|
|
"regex": "",
|
|
|
|
"sort": 2,
|
|
|
|
"tagValuesQuery": "",
|
|
|
|
"tags": [
|
|
|
|
|
|
|
|
],
|
|
|
|
"tagsQuery": "",
|
|
|
|
"type": "query",
|
|
|
|
"useTags": false
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"time": {
|
|
|
|
"from": "now-1h",
|
|
|
|
"to": "now"
|
|
|
|
},
|
|
|
|
"timepicker": {
|
|
|
|
"refresh_intervals": [
|
|
|
|
"5s",
|
|
|
|
"10s",
|
|
|
|
"30s",
|
|
|
|
"1m",
|
|
|
|
"5m",
|
|
|
|
"15m",
|
|
|
|
"30m",
|
|
|
|
"1h",
|
|
|
|
"2h",
|
|
|
|
"1d"
|
|
|
|
],
|
|
|
|
"time_options": [
|
|
|
|
"5m",
|
|
|
|
"15m",
|
|
|
|
"1h",
|
|
|
|
"6h",
|
|
|
|
"12h",
|
|
|
|
"24h",
|
|
|
|
"2d",
|
|
|
|
"7d",
|
|
|
|
"30d"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"timezone": "utc",
|
|
|
|
"title": "Tempo / Resources",
|
|
|
|
"uid": "",
|
|
|
|
"version": 0
|
2024-04-05 16:57:25 +00:00
|
|
|
}
|