2021-04-14 08:17:52 +00:00
{
2024-04-29 10:38:56 +00:00
"__inputs" : [ ] ,
"__elements" : { } ,
"__requires" : [
{
"type" : "grafana" ,
"id" : "grafana" ,
"name" : "Grafana" ,
"version" : "10.4.0"
} ,
{
"type" : "panel" ,
"id" : "piechart" ,
"name" : "Pie chart" ,
"version" : ""
} ,
{
"type" : "datasource" ,
"id" : "prometheus" ,
"name" : "Prometheus" ,
"version" : "1.0.0"
} ,
{
"type" : "panel" ,
"id" : "table" ,
"name" : "Table" ,
"version" : ""
} ,
{
"type" : "panel" ,
"id" : "timeseries" ,
"name" : "Time series" ,
"version" : ""
}
] ,
2021-04-14 08:17:52 +00:00
"annotations" : {
"list" : [
{
"builtIn" : 1 ,
2022-06-09 08:39:30 +00:00
"datasource" : {
"type" : "datasource" ,
"uid" : "grafana"
} ,
2021-04-14 08:17:52 +00:00
"enable" : true ,
"hide" : true ,
"iconColor" : "rgba(0, 211, 255, 1)" ,
"name" : "Annotations & Alerts" ,
2022-06-09 08:39:30 +00:00
"target" : {
"limit" : 100 ,
"matchAny" : false ,
"tags" : [ ] ,
"type" : "dashboard"
} ,
2021-04-14 08:17:52 +00:00
"type" : "dashboard"
}
]
} ,
"description" : "Overview for enterprise cluster VictoriaMetrics v1.56.0 or higher" ,
"editable" : true ,
2022-06-09 08:39:30 +00:00
"fiscalYearStartMonth" : 0 ,
2024-03-16 12:46:56 +00:00
"gnetId" : 16399 ,
2024-02-28 15:04:20 +00:00
"graphTooltip" : 1 ,
2024-04-29 10:38:56 +00:00
"id" : null ,
2021-04-14 08:17:52 +00:00
"links" : [ ] ,
2022-06-09 08:39:30 +00:00
"liveNow" : false ,
2021-04-14 08:17:52 +00:00
"panels" : [
{
2024-02-28 15:04:20 +00:00
"collapsed" : false ,
"gridPos" : {
"h" : 1 ,
"w" : 24 ,
"x" : 0 ,
"y" : 0
} ,
"id" : 12 ,
"panels" : [ ] ,
"title" : "Statistic" ,
"type" : "row"
} ,
{
2022-06-09 08:39:30 +00:00
"datasource" : {
"type" : "prometheus" ,
"uid" : "$ds"
} ,
2021-04-14 08:17:52 +00:00
"description" : "How many datapoints are inserted into storage per second by accountID and projectID" ,
"fieldConfig" : {
"defaults" : {
2024-02-28 15:04:20 +00:00
"color" : {
"mode" : "palette-classic"
} ,
"custom" : {
2024-04-29 10:38:56 +00:00
"axisBorderShow" : false ,
2024-02-28 15:04:20 +00:00
"axisCenteredZero" : false ,
"axisColorMode" : "text" ,
"axisLabel" : "" ,
"axisPlacement" : "auto" ,
"barAlignment" : 0 ,
"drawStyle" : "line" ,
"fillOpacity" : 0 ,
"gradientMode" : "none" ,
"hideFrom" : {
"legend" : false ,
"tooltip" : false ,
"viz" : false
} ,
2024-03-16 12:46:56 +00:00
"insertNulls" : false ,
2024-02-28 15:04:20 +00:00
"lineInterpolation" : "linear" ,
"lineWidth" : 1 ,
"pointSize" : 5 ,
"scaleDistribution" : {
"type" : "linear"
} ,
"showPoints" : "never" ,
"spanNulls" : false ,
"stacking" : {
"group" : "A" ,
"mode" : "normal"
} ,
"thresholdsStyle" : {
"mode" : "off"
}
} ,
"links" : [ ] ,
"mappings" : [ ] ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
"color" : "green" ,
"value" : null
} ,
{
"color" : "red" ,
"value" : 80
}
]
} ,
"unit" : "short"
2021-04-14 08:17:52 +00:00
} ,
"overrides" : [ ]
} ,
"gridPos" : {
"h" : 8 ,
"w" : 12 ,
"x" : 0 ,
2024-02-28 15:04:20 +00:00
"y" : 1
2021-04-14 08:17:52 +00:00
} ,
"id" : 2 ,
"options" : {
2024-02-28 15:04:20 +00:00
"legend" : {
"calcs" : [
"mean" ,
"lastNotNull"
] ,
"displayMode" : "table" ,
"placement" : "bottom" ,
"showLegend" : true ,
"sortBy" : "Last *" ,
"sortDesc" : true
} ,
"tooltip" : {
"mode" : "multi" ,
"sort" : "desc"
}
} ,
"pluginVersion" : "9.3.11" ,
2021-04-14 08:17:52 +00:00
"targets" : [
{
2022-06-09 08:39:30 +00:00
"datasource" : {
"type" : "prometheus" ,
2022-11-28 07:37:39 +00:00
"uid" : "$ds"
2022-06-09 08:39:30 +00:00
} ,
2024-02-28 15:04:20 +00:00
"editorMode" : "code" ,
"expr" : "sum(rate(vm_tenant_inserted_rows_total{accountID=~\"$account\", projectID=~\"$project\"}[$__rate_interval])) by (accountID,projectID) " ,
2021-04-14 08:17:52 +00:00
"interval" : "" ,
2024-02-28 15:04:20 +00:00
"legendFormat" : "{{accountID}}:{{projectID}}" ,
"range" : true ,
2021-04-14 08:17:52 +00:00
"refId" : "A"
}
] ,
2024-02-28 15:04:20 +00:00
"title" : "Datapoints ingestion rate" ,
"type" : "timeseries"
2021-04-14 08:17:52 +00:00
} ,
{
2022-06-09 08:39:30 +00:00
"datasource" : {
"type" : "prometheus" ,
"uid" : "$ds"
} ,
2021-04-14 08:17:52 +00:00
"description" : "Request rate accepted by vmselect nodes per tenant" ,
"fieldConfig" : {
"defaults" : {
2024-02-28 15:04:20 +00:00
"color" : {
"mode" : "palette-classic"
} ,
"custom" : {
2024-04-29 10:38:56 +00:00
"axisBorderShow" : false ,
2024-02-28 15:04:20 +00:00
"axisCenteredZero" : false ,
"axisColorMode" : "text" ,
"axisLabel" : "" ,
"axisPlacement" : "auto" ,
"barAlignment" : 0 ,
"drawStyle" : "line" ,
"fillOpacity" : 0 ,
"gradientMode" : "none" ,
"hideFrom" : {
"legend" : false ,
"tooltip" : false ,
"viz" : false
} ,
2024-03-16 12:46:56 +00:00
"insertNulls" : false ,
2024-02-28 15:04:20 +00:00
"lineInterpolation" : "linear" ,
"lineWidth" : 1 ,
"pointSize" : 5 ,
"scaleDistribution" : {
"type" : "linear"
} ,
"showPoints" : "never" ,
"spanNulls" : false ,
"stacking" : {
"group" : "A" ,
"mode" : "none"
} ,
"thresholdsStyle" : {
"mode" : "off"
}
} ,
"links" : [ ] ,
"mappings" : [ ] ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
"color" : "green" ,
"value" : null
} ,
{
"color" : "red" ,
"value" : 80
}
]
} ,
"unit" : "short"
2021-04-14 08:17:52 +00:00
} ,
"overrides" : [ ]
} ,
"gridPos" : {
"h" : 8 ,
"w" : 12 ,
"x" : 12 ,
2024-02-28 15:04:20 +00:00
"y" : 1
2021-04-14 08:17:52 +00:00
} ,
"id" : 4 ,
"options" : {
2024-02-28 15:04:20 +00:00
"legend" : {
"calcs" : [
"mean" ,
"lastNotNull"
] ,
"displayMode" : "table" ,
"placement" : "bottom" ,
"showLegend" : true ,
"sortBy" : "Last *" ,
"sortDesc" : true
} ,
"tooltip" : {
"mode" : "multi" ,
"sort" : "desc"
}
} ,
"pluginVersion" : "9.3.11" ,
2021-04-14 08:17:52 +00:00
"targets" : [
{
2022-06-09 08:39:30 +00:00
"datasource" : {
"type" : "prometheus" ,
2022-11-28 07:37:39 +00:00
"uid" : "$ds"
2022-06-09 08:39:30 +00:00
} ,
"editorMode" : "code" ,
2024-02-28 15:04:20 +00:00
"expr" : "sum(rate(vm_tenant_select_requests_total{accountID=~\"$account\", projectID=~\"$project\"}[$__rate_interval])) by (accountID,projectID) " ,
2021-04-14 08:17:52 +00:00
"format" : "time_series" ,
"interval" : "" ,
"intervalFactor" : 1 ,
2024-02-28 15:04:20 +00:00
"legendFormat" : "{{accountID}}:{{projectID}}" ,
2022-06-09 08:39:30 +00:00
"range" : true ,
2021-04-14 08:17:52 +00:00
"refId" : "A"
}
] ,
2024-02-28 15:04:20 +00:00
"title" : "Read query rate" ,
"type" : "timeseries"
2021-04-14 08:17:52 +00:00
} ,
{
2022-06-09 08:39:30 +00:00
"datasource" : {
"type" : "prometheus" ,
"uid" : "$ds"
} ,
2021-04-14 08:17:52 +00:00
"description" : "Shows the number of active time series with new data points inserted during the last hour. High value may result in ingestion slowdown. \n\nSee following link for details:" ,
"fieldConfig" : {
"defaults" : {
2024-02-28 15:04:20 +00:00
"color" : {
"mode" : "palette-classic"
} ,
"custom" : {
2024-04-29 10:38:56 +00:00
"axisBorderShow" : false ,
2024-02-28 15:04:20 +00:00
"axisCenteredZero" : false ,
"axisColorMode" : "text" ,
"axisLabel" : "" ,
"axisPlacement" : "auto" ,
"barAlignment" : 0 ,
"drawStyle" : "line" ,
"fillOpacity" : 0 ,
"gradientMode" : "none" ,
"hideFrom" : {
"legend" : false ,
"tooltip" : false ,
"viz" : false
} ,
2024-03-16 12:46:56 +00:00
"insertNulls" : false ,
2024-02-28 15:04:20 +00:00
"lineInterpolation" : "linear" ,
"lineWidth" : 1 ,
"pointSize" : 5 ,
"scaleDistribution" : {
"type" : "linear"
} ,
"showPoints" : "never" ,
"spanNulls" : false ,
"stacking" : {
"group" : "A" ,
"mode" : "none"
} ,
"thresholdsStyle" : {
"mode" : "off"
}
} ,
"links" : [ ] ,
"mappings" : [ ] ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
"color" : "green" ,
"value" : null
} ,
{
"color" : "red" ,
"value" : 80
}
]
} ,
"unit" : "short"
2021-04-14 08:17:52 +00:00
} ,
"overrides" : [ ]
} ,
"gridPos" : {
"h" : 8 ,
"w" : 12 ,
"x" : 0 ,
2024-02-28 15:04:20 +00:00
"y" : 9
2021-04-14 08:17:52 +00:00
} ,
"id" : 6 ,
"links" : [
{
"targetBlank" : true ,
"title" : "troubleshooting" ,
"url" : "https://github.com/VictoriaMetrics/VictoriaMetrics/blob/master/README.md#troubleshooting"
}
] ,
"options" : {
2024-02-28 15:04:20 +00:00
"legend" : {
"calcs" : [
"mean" ,
"lastNotNull"
] ,
"displayMode" : "table" ,
"placement" : "bottom" ,
"showLegend" : true ,
"sortBy" : "Last *" ,
"sortDesc" : true
} ,
"tooltip" : {
"mode" : "multi" ,
"sort" : "desc"
}
} ,
"pluginVersion" : "9.3.11" ,
2021-04-14 08:17:52 +00:00
"targets" : [
{
2022-06-09 08:39:30 +00:00
"datasource" : {
"type" : "prometheus" ,
2022-11-28 07:37:39 +00:00
"uid" : "$ds"
2022-06-09 08:39:30 +00:00
} ,
2024-02-28 15:04:20 +00:00
"editorMode" : "code" ,
"expr" : "sum(vm_tenant_active_timeseries{accountID=~\"$account\",projectID=~\"$project\"}) by(accountID,projectID)" ,
2021-04-14 08:17:52 +00:00
"format" : "time_series" ,
"interval" : "" ,
"intervalFactor" : 1 ,
2024-02-28 15:04:20 +00:00
"legendFormat" : "{{accountID}}:{{projectID}}" ,
"range" : true ,
2021-04-14 08:17:52 +00:00
"refId" : "A"
}
] ,
2024-02-28 15:04:20 +00:00
"title" : "Active time series" ,
"type" : "timeseries"
} ,
{
"datasource" : {
"type" : "prometheus" ,
"uid" : "$ds"
2021-04-14 08:17:52 +00:00
} ,
2024-02-28 15:04:20 +00:00
"description" : "Time spent on query execution per tenant per second" ,
"fieldConfig" : {
"defaults" : {
"color" : {
"mode" : "palette-classic"
} ,
"custom" : {
2024-04-29 10:38:56 +00:00
"axisBorderShow" : false ,
2024-02-28 15:04:20 +00:00
"axisCenteredZero" : false ,
"axisColorMode" : "text" ,
"axisLabel" : "" ,
"axisPlacement" : "auto" ,
"barAlignment" : 0 ,
"drawStyle" : "line" ,
"fillOpacity" : 0 ,
"gradientMode" : "none" ,
"hideFrom" : {
"legend" : false ,
"tooltip" : false ,
"viz" : false
} ,
2024-03-16 12:46:56 +00:00
"insertNulls" : false ,
2024-02-28 15:04:20 +00:00
"lineInterpolation" : "linear" ,
"lineWidth" : 1 ,
"pointSize" : 5 ,
"scaleDistribution" : {
"type" : "linear"
} ,
"showPoints" : "never" ,
"spanNulls" : false ,
"stacking" : {
"group" : "A" ,
"mode" : "none"
} ,
"thresholdsStyle" : {
"mode" : "off"
}
} ,
"links" : [ ] ,
"mappings" : [ ] ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
"color" : "green" ,
"value" : null
} ,
{
"color" : "red" ,
"value" : 80
}
]
} ,
"unit" : "short"
} ,
"overrides" : [ ]
} ,
"gridPos" : {
"h" : 8 ,
"w" : 12 ,
"x" : 12 ,
"y" : 9
} ,
"id" : 31 ,
"options" : {
"legend" : {
"calcs" : [
"mean" ,
"lastNotNull"
] ,
"displayMode" : "table" ,
"placement" : "bottom" ,
"showLegend" : true ,
"sortBy" : "Last *" ,
"sortDesc" : true
} ,
"tooltip" : {
"mode" : "multi" ,
"sort" : "desc"
}
2021-04-14 08:17:52 +00:00
} ,
2024-02-28 15:04:20 +00:00
"pluginVersion" : "9.3.11" ,
"targets" : [
2021-04-14 08:17:52 +00:00
{
2024-02-28 15:04:20 +00:00
"datasource" : {
"type" : "prometheus" ,
"uid" : "$ds"
} ,
"editorMode" : "code" ,
"expr" : "sum(rate(vm_tenant_select_requests_duration_ms_total{accountID=~\"$account\", projectID=~\"$project\"}[$__rate_interval])) by (accountID,projectID) /1000" ,
"format" : "time_series" ,
"interval" : "" ,
"intervalFactor" : 1 ,
"legendFormat" : "{{accountID}}:{{projectID}}" ,
"range" : true ,
"refId" : "A"
}
] ,
"title" : "Time spent on queries, seconds" ,
"type" : "timeseries"
} ,
{
"datasource" : {
"type" : "prometheus" ,
"uid" : "$ds"
} ,
"description" : "Shows the amount of on-disk space occupied by data points only. The disk space is used for storing by datapoint and indexdb. There is no option to expose per tenant statistic for indexdb. Usually, indexed takes much less space compared to datapoints. But with a high churn rate, the size of the indexdb could grow significantly." ,
"fieldConfig" : {
"defaults" : {
"color" : {
"mode" : "palette-classic"
} ,
"custom" : {
2024-04-29 10:38:56 +00:00
"axisBorderShow" : false ,
2024-02-28 15:04:20 +00:00
"axisCenteredZero" : false ,
"axisColorMode" : "text" ,
"axisLabel" : "" ,
"axisPlacement" : "auto" ,
"barAlignment" : 0 ,
"drawStyle" : "line" ,
"fillOpacity" : 0 ,
"gradientMode" : "none" ,
"hideFrom" : {
"legend" : false ,
"tooltip" : false ,
"viz" : false
} ,
2024-03-16 12:46:56 +00:00
"insertNulls" : false ,
2024-02-28 15:04:20 +00:00
"lineInterpolation" : "linear" ,
"lineWidth" : 1 ,
"pointSize" : 5 ,
"scaleDistribution" : {
"type" : "linear"
} ,
"showPoints" : "never" ,
"spanNulls" : false ,
"stacking" : {
"group" : "A" ,
"mode" : "normal"
} ,
"thresholdsStyle" : {
"mode" : "off"
}
} ,
"links" : [ ] ,
"mappings" : [ ] ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
"color" : "green" ,
"value" : null
} ,
{
"color" : "red" ,
"value" : 80
}
]
} ,
"unit" : "bytes"
} ,
"overrides" : [ ]
} ,
"gridPos" : {
"h" : 8 ,
"w" : 12 ,
"x" : 0 ,
"y" : 17
} ,
"id" : 10 ,
"options" : {
"legend" : {
"calcs" : [
"lastNotNull"
] ,
"displayMode" : "table" ,
"placement" : "bottom" ,
"showLegend" : true ,
"sortBy" : "Last *" ,
"sortDesc" : true
2021-04-14 08:17:52 +00:00
} ,
2024-02-28 15:04:20 +00:00
"tooltip" : {
"mode" : "multi" ,
"sort" : "desc"
}
} ,
"pluginVersion" : "9.3.11" ,
"targets" : [
2021-04-14 08:17:52 +00:00
{
2024-02-28 15:04:20 +00:00
"datasource" : {
"type" : "prometheus" ,
"uid" : "$ds"
} ,
"editorMode" : "code" ,
"expr" : "sum(vm_tenant_used_tenant_bytes{accountID=~\"$account\",projectID=~\"$project\"}) by(accountID, projectID)" ,
"format" : "time_series" ,
"interval" : "" ,
"intervalFactor" : 1 ,
"legendFormat" : "{{accountID}}:{{projectID}}" ,
"range" : true ,
"refId" : "A"
2021-04-14 08:17:52 +00:00
}
] ,
2024-02-28 15:04:20 +00:00
"title" : "Disk space usage (datapoints only) " ,
"type" : "timeseries"
2021-04-14 08:17:52 +00:00
} ,
{
2022-06-09 08:39:30 +00:00
"datasource" : {
"type" : "prometheus" ,
"uid" : "$ds"
} ,
2024-02-28 15:04:20 +00:00
"description" : "Number of new series created over last 24h." ,
2021-04-14 08:17:52 +00:00
"fieldConfig" : {
"defaults" : {
2024-02-28 15:04:20 +00:00
"color" : {
"mode" : "palette-classic"
} ,
"custom" : {
2024-04-29 10:38:56 +00:00
"axisBorderShow" : false ,
2024-02-28 15:04:20 +00:00
"axisCenteredZero" : false ,
"axisColorMode" : "text" ,
"axisLabel" : "" ,
"axisPlacement" : "auto" ,
"barAlignment" : 0 ,
"drawStyle" : "line" ,
"fillOpacity" : 0 ,
"gradientMode" : "none" ,
"hideFrom" : {
"legend" : false ,
"tooltip" : false ,
"viz" : false
} ,
2024-03-16 12:46:56 +00:00
"insertNulls" : false ,
2024-02-28 15:04:20 +00:00
"lineInterpolation" : "linear" ,
"lineWidth" : 1 ,
"pointSize" : 5 ,
"scaleDistribution" : {
"type" : "linear"
} ,
"showPoints" : "never" ,
"spanNulls" : false ,
"stacking" : {
"group" : "A" ,
"mode" : "none"
} ,
"thresholdsStyle" : {
"mode" : "off"
}
} ,
"links" : [ ] ,
"mappings" : [ ] ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
"color" : "green" ,
"value" : null
} ,
{
"color" : "red" ,
"value" : 80
}
]
} ,
"unit" : "short"
2021-04-14 08:17:52 +00:00
} ,
"overrides" : [ ]
} ,
"gridPos" : {
"h" : 8 ,
"w" : 12 ,
"x" : 12 ,
2024-02-28 15:04:20 +00:00
"y" : 17
} ,
"id" : 19 ,
2021-04-14 08:17:52 +00:00
"options" : {
2024-02-28 15:04:20 +00:00
"legend" : {
"calcs" : [
"mean" ,
"lastNotNull"
] ,
"displayMode" : "table" ,
"placement" : "bottom" ,
"showLegend" : true ,
"sortBy" : "Last *" ,
"sortDesc" : true
} ,
"tooltip" : {
"mode" : "multi" ,
"sort" : "desc"
}
} ,
"pluginVersion" : "9.3.11" ,
2021-04-14 08:17:52 +00:00
"targets" : [
{
2022-06-09 08:39:30 +00:00
"datasource" : {
"type" : "prometheus" ,
2022-11-28 07:37:39 +00:00
"uid" : "$ds"
2022-06-09 08:39:30 +00:00
} ,
2024-02-28 15:04:20 +00:00
"editorMode" : "code" ,
"expr" : "sum(increase(vm_tenant_timeseries_created_total{accountID=~\"$account\", projectID=~\"$project\"}[24h])) by(accountID,projectID)" ,
2021-04-14 08:17:52 +00:00
"interval" : "" ,
2024-02-28 15:04:20 +00:00
"legendFormat" : "{{accountID}}:{{projectID}}" ,
"range" : true ,
2021-04-14 08:17:52 +00:00
"refId" : "A"
}
] ,
2024-02-28 15:04:20 +00:00
"title" : "New series over 24h " ,
"type" : "timeseries"
} ,
{
"collapsed" : false ,
"gridPos" : {
"h" : 1 ,
"w" : 24 ,
"x" : 0 ,
"y" : 25
} ,
"id" : 14 ,
"panels" : [ ] ,
"title" : "Billing" ,
"type" : "row"
} ,
{
"datasource" : {
2024-03-16 12:46:56 +00:00
"type" : "prometheus" ,
"uid" : "$ds"
2024-02-28 15:04:20 +00:00
} ,
"fieldConfig" : {
"defaults" : {
"color" : {
"mode" : "palette-classic"
} ,
"custom" : {
"hideFrom" : {
"legend" : false ,
"tooltip" : false ,
"viz" : false
}
} ,
"mappings" : [ ] ,
"unit" : "short"
} ,
"overrides" : [ ]
2021-04-14 08:17:52 +00:00
} ,
2024-02-28 15:04:20 +00:00
"gridPos" : {
"h" : 14 ,
"w" : 4 ,
"x" : 0 ,
"y" : 26
} ,
"id" : 16 ,
"options" : {
"legend" : {
"displayMode" : "table" ,
"placement" : "bottom" ,
"showLegend" : true ,
"values" : [
"value" ,
"percent"
]
} ,
"pieType" : "pie" ,
"reduceOptions" : {
"calcs" : [
"lastNotNull"
] ,
"fields" : "" ,
"values" : false
} ,
"tooltip" : {
"mode" : "single" ,
"sort" : "none"
}
2021-04-14 08:17:52 +00:00
} ,
2024-02-28 15:04:20 +00:00
"pluginVersion" : "9.3.11" ,
"targets" : [
2021-04-14 08:17:52 +00:00
{
2024-02-28 15:04:20 +00:00
"datasource" : {
2024-03-16 12:46:56 +00:00
"type" : "prometheus" ,
"uid" : "$ds"
2024-02-28 15:04:20 +00:00
} ,
"editorMode" : "code" ,
"expr" : "topk_last(5, sum(rate(vm_tenant_inserted_rows_total{accountID=~\"$account\"}[$__range])) by (accountID), \"accountID=other\") " ,
"legendFormat" : "{{accountID}}" ,
"range" : true ,
"refId" : "A"
}
] ,
"title" : "Ingestion Rate Top 5, by account id " ,
"type" : "piechart"
} ,
{
"datasource" : {
2024-03-16 12:46:56 +00:00
"type" : "prometheus" ,
"uid" : "$ds"
2024-02-28 15:04:20 +00:00
} ,
"fieldConfig" : {
"defaults" : {
"color" : {
"mode" : "palette-classic"
} ,
"custom" : {
"hideFrom" : {
"legend" : false ,
"tooltip" : false ,
"viz" : false
}
} ,
"mappings" : [ ] ,
"unit" : "none"
2021-04-14 08:17:52 +00:00
} ,
2024-02-28 15:04:20 +00:00
"overrides" : [ ]
} ,
"gridPos" : {
"h" : 14 ,
"w" : 4 ,
"x" : 4 ,
"y" : 26
} ,
"id" : 18 ,
"options" : {
"legend" : {
"displayMode" : "table" ,
"placement" : "bottom" ,
"showLegend" : true ,
"values" : [
"value" ,
"percent"
]
} ,
"pieType" : "pie" ,
"reduceOptions" : {
"calcs" : [
"lastNotNull"
] ,
"fields" : "" ,
"values" : false
} ,
"tooltip" : {
"mode" : "single" ,
"sort" : "none"
}
} ,
"targets" : [
2021-04-14 08:17:52 +00:00
{
2024-02-28 15:04:20 +00:00
"datasource" : {
2024-03-16 12:46:56 +00:00
"type" : "prometheus" ,
"uid" : "$ds"
2024-02-28 15:04:20 +00:00
} ,
"editorMode" : "code" ,
"expr" : "topk_last(5, sum(rate(vm_tenant_select_requests_total{accountID=~\"$account\"}[$__rate_interval])) by (accountID), \"accountID=other\") " ,
"legendFormat" : "__auto" ,
"range" : true ,
"refId" : "A"
2021-04-14 08:17:52 +00:00
}
] ,
2024-02-28 15:04:20 +00:00
"title" : "Read query rate, Top 5, by account id" ,
"type" : "piechart"
2021-04-14 08:17:52 +00:00
} ,
{
2022-06-09 08:39:30 +00:00
"datasource" : {
2024-03-16 12:46:56 +00:00
"type" : "prometheus" ,
"uid" : "$ds"
2024-02-28 15:04:20 +00:00
} ,
"fieldConfig" : {
"defaults" : {
"color" : {
"mode" : "palette-classic"
} ,
"custom" : {
"hideFrom" : {
"legend" : false ,
"tooltip" : false ,
"viz" : false
}
} ,
"mappings" : [ ] ,
"unit" : "none"
} ,
"overrides" : [ ]
} ,
"gridPos" : {
"h" : 14 ,
"w" : 4 ,
"x" : 8 ,
"y" : 26
} ,
"id" : 32 ,
"options" : {
"legend" : {
"displayMode" : "table" ,
"placement" : "bottom" ,
"showLegend" : true ,
"values" : [
"value" ,
"percent"
]
} ,
"pieType" : "pie" ,
"reduceOptions" : {
"calcs" : [
"lastNotNull"
] ,
"fields" : "" ,
"values" : false
} ,
"tooltip" : {
"mode" : "single" ,
"sort" : "none"
}
} ,
"targets" : [
{
"datasource" : {
2024-03-16 12:46:56 +00:00
"type" : "prometheus" ,
"uid" : "$ds"
2024-02-28 15:04:20 +00:00
} ,
"editorMode" : "code" ,
"expr" : "topk_last(5, sum(rate(vm_tenant_select_requests_duration_ms_total{accountID=~\"$account\"}[$__range])) by (accountID) /1000, \"accountID=other\") " ,
"legendFormat" : "__auto" ,
"range" : true ,
"refId" : "A"
}
] ,
"title" : "Time spent on queries, seconds, Top 5, by account id" ,
"type" : "piechart"
} ,
{
"datasource" : {
2024-03-16 12:46:56 +00:00
"type" : "prometheus" ,
"uid" : "$ds"
2024-02-28 15:04:20 +00:00
} ,
"fieldConfig" : {
"defaults" : {
"color" : {
"mode" : "palette-classic"
} ,
"custom" : {
"hideFrom" : {
"legend" : false ,
"tooltip" : false ,
"viz" : false
}
} ,
"mappings" : [ ] ,
"unit" : "short"
} ,
"overrides" : [ ]
} ,
"gridPos" : {
"h" : 14 ,
"w" : 4 ,
"x" : 12 ,
"y" : 26
} ,
"id" : 21 ,
"options" : {
"legend" : {
"displayMode" : "table" ,
"placement" : "bottom" ,
"showLegend" : true ,
"sortBy" : "Value" ,
"sortDesc" : false ,
"values" : [
"value" ,
"percent"
]
} ,
"pieType" : "pie" ,
"reduceOptions" : {
"calcs" : [
"lastNotNull"
] ,
"fields" : "" ,
"values" : false
} ,
"tooltip" : {
"mode" : "single" ,
"sort" : "none"
}
} ,
"targets" : [
{
"datasource" : {
2024-03-16 12:46:56 +00:00
"type" : "prometheus" ,
"uid" : "$ds"
2024-02-28 15:04:20 +00:00
} ,
"editorMode" : "code" ,
"expr" : "topk_last(5, sum(vm_tenant_active_timeseries{accountID=~\"$account\"}) by(accountID), \"accountID=other\") " ,
"legendFormat" : "__auto" ,
"range" : true ,
"refId" : "A"
}
] ,
"title" : "Active time series, Top 5, by account id " ,
"type" : "piechart"
} ,
{
"datasource" : {
2024-03-16 12:46:56 +00:00
"type" : "prometheus" ,
"uid" : "$ds"
2022-06-09 08:39:30 +00:00
} ,
2021-04-14 08:17:52 +00:00
"fieldConfig" : {
"defaults" : {
2024-02-28 15:04:20 +00:00
"color" : {
"mode" : "palette-classic"
} ,
"custom" : {
"hideFrom" : {
"legend" : false ,
"tooltip" : false ,
"viz" : false
}
} ,
"mappings" : [ ] ,
"unit" : "bytes"
2021-04-14 08:17:52 +00:00
} ,
"overrides" : [ ]
} ,
2024-02-28 15:04:20 +00:00
"gridPos" : {
"h" : 14 ,
"w" : 4 ,
"x" : 16 ,
"y" : 26
} ,
"id" : 22 ,
"options" : {
"legend" : {
"displayMode" : "table" ,
"placement" : "bottom" ,
"showLegend" : true ,
"values" : [
"value" ,
"percent"
]
} ,
"pieType" : "pie" ,
"reduceOptions" : {
"calcs" : [
"lastNotNull"
] ,
"fields" : "" ,
"values" : false
} ,
"tooltip" : {
"mode" : "single" ,
"sort" : "none"
}
} ,
"targets" : [
{
"datasource" : {
2024-03-16 12:46:56 +00:00
"type" : "prometheus" ,
"uid" : "$ds"
2024-02-28 15:04:20 +00:00
} ,
"editorMode" : "code" ,
2024-06-27 07:29:25 +00:00
"expr" : "topk_last(5, sum(vm_tenant_used_tenant_bytes{accountID=~\"$account\"}) by(accountID), \"accountID=other\") " ,
2024-02-28 15:04:20 +00:00
"legendFormat" : "__auto" ,
"range" : true ,
"refId" : "A"
}
] ,
"title" : "Disk space usage, Top 5, by account id " ,
"type" : "piechart"
} ,
{
"datasource" : {
2024-03-16 12:46:56 +00:00
"type" : "prometheus" ,
"uid" : "$ds"
2024-02-28 15:04:20 +00:00
} ,
"fieldConfig" : {
"defaults" : {
"color" : {
"mode" : "palette-classic"
} ,
"custom" : {
"hideFrom" : {
"legend" : false ,
"tooltip" : false ,
"viz" : false
}
} ,
"mappings" : [ ] ,
"unit" : "short"
} ,
"overrides" : [ ]
} ,
"gridPos" : {
"h" : 14 ,
"w" : 4 ,
"x" : 20 ,
"y" : 26
} ,
"id" : 24 ,
"options" : {
"legend" : {
"displayMode" : "table" ,
"placement" : "bottom" ,
"showLegend" : true ,
"values" : [
"value" ,
"percent"
]
} ,
"pieType" : "pie" ,
"reduceOptions" : {
"calcs" : [
"lastNotNull"
] ,
"fields" : "" ,
"values" : false
} ,
"tooltip" : {
"mode" : "single" ,
"sort" : "none"
}
} ,
"targets" : [
{
"datasource" : {
2024-03-16 12:46:56 +00:00
"type" : "prometheus" ,
"uid" : "$ds"
2024-02-28 15:04:20 +00:00
} ,
"editorMode" : "code" ,
"expr" : "topk_last(5, sum(increase(vm_tenant_timeseries_created_total{accountID=~\"$account\"}[24h])) by(accountID), \"accountID=other\") " ,
"legendFormat" : "__auto" ,
"range" : true ,
"refId" : "A"
}
] ,
"title" : "New series over 24h, Top 5, by account id " ,
"type" : "piechart"
} ,
{
"datasource" : {
2024-03-16 12:46:56 +00:00
"type" : "prometheus" ,
"uid" : "$ds"
2024-02-28 15:04:20 +00:00
} ,
"fieldConfig" : {
"defaults" : {
"color" : {
"mode" : "thresholds"
} ,
"custom" : {
"align" : "auto" ,
2024-04-29 10:38:56 +00:00
"cellOptions" : {
"type" : "auto"
} ,
2024-02-28 15:04:20 +00:00
"inspect" : false
} ,
"mappings" : [ ] ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
"color" : "green" ,
"value" : null
} ,
{
"color" : "red" ,
"value" : 80
}
]
} ,
"unit" : "none"
} ,
"overrides" : [
{
"matcher" : {
"id" : "byName" ,
"options" : "Time"
} ,
"properties" : [
{
"id" : "custom.hidden" ,
"value" : true
}
]
} ,
{
"matcher" : {
"id" : "byName" ,
"options" : "Value"
} ,
"properties" : [
{
"id" : "unit" ,
"value" : "short"
}
]
} ,
{
"matcher" : {
"id" : "byName" ,
"options" : "accountID"
} ,
"properties" : [
{
"id" : "custom.width" ,
"value" : 71
}
]
}
]
} ,
2021-04-14 08:17:52 +00:00
"gridPos" : {
"h" : 8 ,
2024-02-28 15:04:20 +00:00
"w" : 4 ,
2021-04-14 08:17:52 +00:00
"x" : 0 ,
2024-02-28 15:04:20 +00:00
"y" : 40
2021-04-14 08:17:52 +00:00
} ,
2024-02-28 15:04:20 +00:00
"id" : 25 ,
2021-04-14 08:17:52 +00:00
"options" : {
2024-03-16 12:46:56 +00:00
"cellHeight" : "sm" ,
2024-02-28 15:04:20 +00:00
"footer" : {
2024-03-16 12:46:56 +00:00
"countRows" : false ,
2024-02-28 15:04:20 +00:00
"fields" : "" ,
"reducer" : [
"sum"
] ,
"show" : false
} ,
"frameIndex" : 1 ,
"showHeader" : true ,
"sortBy" : [
{
"desc" : true ,
"displayName" : "Value"
}
]
} ,
2024-04-29 10:38:56 +00:00
"pluginVersion" : "10.4.0" ,
2021-04-14 08:17:52 +00:00
"targets" : [
{
2022-06-09 08:39:30 +00:00
"datasource" : {
2024-03-16 12:46:56 +00:00
"type" : "prometheus" ,
"uid" : "$ds"
2022-06-09 08:39:30 +00:00
} ,
"editorMode" : "code" ,
2024-02-28 15:04:20 +00:00
"exemplar" : false ,
"expr" : "topk_last(5, sum(rate(vm_tenant_inserted_rows_total{accountID=~\"$account\"}[$__range])) by (accountID), \"accountID=other\") " ,
"format" : "table" ,
"instant" : true ,
"legendFormat" : "{{label_name}}" ,
"range" : false ,
2021-04-14 08:17:52 +00:00
"refId" : "A"
}
] ,
2024-02-28 15:04:20 +00:00
"title" : "Ingestion Rate, Top 5, by account id" ,
"type" : "table"
} ,
{
"datasource" : {
2024-03-16 12:46:56 +00:00
"type" : "prometheus" ,
"uid" : "$ds"
2024-02-28 15:04:20 +00:00
} ,
"fieldConfig" : {
"defaults" : {
"color" : {
"mode" : "thresholds"
} ,
"custom" : {
"align" : "auto" ,
2024-04-29 10:38:56 +00:00
"cellOptions" : {
"type" : "auto"
} ,
2024-02-28 15:04:20 +00:00
"inspect" : false
} ,
"mappings" : [ ] ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
"color" : "green" ,
"value" : null
} ,
{
"color" : "red" ,
"value" : 80
}
]
} ,
"unit" : "none"
} ,
"overrides" : [
{
"matcher" : {
"id" : "byName" ,
"options" : "Time"
} ,
"properties" : [
{
"id" : "custom.hidden" ,
"value" : true
}
]
} ,
{
"matcher" : {
"id" : "byName" ,
"options" : "Value"
} ,
"properties" : [
{
"id" : "unit" ,
"value" : "short"
}
]
} ,
{
"matcher" : {
"id" : "byName" ,
"options" : "accountID"
} ,
"properties" : [
{
"id" : "custom.width" ,
"value" : 106
}
]
}
]
2021-04-14 08:17:52 +00:00
} ,
2024-02-28 15:04:20 +00:00
"gridPos" : {
"h" : 8 ,
"w" : 4 ,
"x" : 4 ,
"y" : 40
2021-04-14 08:17:52 +00:00
} ,
2024-02-28 15:04:20 +00:00
"id" : 26 ,
"options" : {
2024-03-16 12:46:56 +00:00
"cellHeight" : "sm" ,
2024-02-28 15:04:20 +00:00
"footer" : {
2024-03-16 12:46:56 +00:00
"countRows" : false ,
2024-02-28 15:04:20 +00:00
"fields" : "" ,
"reducer" : [
"sum"
] ,
"show" : false
} ,
"frameIndex" : 1 ,
"showHeader" : true ,
"sortBy" : [
{
"desc" : true ,
"displayName" : "Value"
}
]
} ,
2024-04-29 10:38:56 +00:00
"pluginVersion" : "10.4.0" ,
2024-02-28 15:04:20 +00:00
"targets" : [
2021-04-14 08:17:52 +00:00
{
2024-02-28 15:04:20 +00:00
"datasource" : {
2024-03-16 12:46:56 +00:00
"type" : "prometheus" ,
"uid" : "$ds"
2024-02-28 15:04:20 +00:00
} ,
"editorMode" : "code" ,
"exemplar" : false ,
"expr" : "topk_last(5, sum(rate(vm_tenant_select_requests_total{accountID=~\"$account\"}[$__rate_interval])) by (accountID), \"accountID=other\") " ,
"format" : "table" ,
"instant" : true ,
"legendFormat" : "{{label_name}}" ,
"range" : false ,
"refId" : "A"
}
] ,
"title" : "Read query rate, Top 5, by account id" ,
"type" : "table"
} ,
{
"datasource" : {
2024-03-16 12:46:56 +00:00
"type" : "prometheus" ,
"uid" : "$ds"
2024-02-28 15:04:20 +00:00
} ,
"fieldConfig" : {
"defaults" : {
"color" : {
"mode" : "thresholds"
} ,
"custom" : {
"align" : "auto" ,
2024-04-29 10:38:56 +00:00
"cellOptions" : {
"type" : "auto"
} ,
2024-02-28 15:04:20 +00:00
"inspect" : false
} ,
"mappings" : [ ] ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
"color" : "green" ,
"value" : null
} ,
{
"color" : "red" ,
"value" : 80
}
]
} ,
"unit" : "none"
} ,
"overrides" : [
{
"matcher" : {
"id" : "byName" ,
"options" : "Time"
} ,
"properties" : [
{
"id" : "custom.hidden" ,
"value" : true
}
]
} ,
{
"matcher" : {
"id" : "byName" ,
"options" : "Value"
} ,
"properties" : [
{
"id" : "unit" ,
"value" : "short"
}
]
} ,
{
"matcher" : {
"id" : "byName" ,
"options" : "accountID"
} ,
"properties" : [
{
"id" : "custom.width" ,
"value" : 106
}
]
}
]
} ,
"gridPos" : {
"h" : 8 ,
"w" : 4 ,
"x" : 8 ,
"y" : 40
} ,
"id" : 33 ,
"options" : {
2024-03-16 12:46:56 +00:00
"cellHeight" : "sm" ,
2024-02-28 15:04:20 +00:00
"footer" : {
2024-03-16 12:46:56 +00:00
"countRows" : false ,
2024-02-28 15:04:20 +00:00
"fields" : "" ,
"reducer" : [
"sum"
] ,
"show" : false
2021-04-14 08:17:52 +00:00
} ,
2024-02-28 15:04:20 +00:00
"frameIndex" : 1 ,
"showHeader" : true ,
"sortBy" : [
{
"desc" : true ,
"displayName" : "Value"
}
]
} ,
2024-04-29 10:38:56 +00:00
"pluginVersion" : "10.4.0" ,
2024-02-28 15:04:20 +00:00
"targets" : [
2021-04-14 08:17:52 +00:00
{
2024-02-28 15:04:20 +00:00
"datasource" : {
2024-03-16 12:46:56 +00:00
"type" : "prometheus" ,
"uid" : "$ds"
2024-02-28 15:04:20 +00:00
} ,
"editorMode" : "code" ,
"exemplar" : false ,
"expr" : "topk_last(5, sum(rate(vm_tenant_select_requests_duration_ms_total{accountID=~\"$account\"}[$__range])) by (accountID) /1000, \"accountID=other\") " ,
"format" : "table" ,
"instant" : true ,
"legendFormat" : "{{label_name}}" ,
"range" : false ,
"refId" : "A"
2021-04-14 08:17:52 +00:00
}
] ,
2024-02-28 15:04:20 +00:00
"title" : "Time spent on queries, seconds, Top 5, by account id" ,
"type" : "table"
} ,
{
"datasource" : {
2024-03-16 12:46:56 +00:00
"type" : "prometheus" ,
"uid" : "$ds"
2024-02-28 15:04:20 +00:00
} ,
"fieldConfig" : {
"defaults" : {
"color" : {
"mode" : "thresholds"
} ,
"custom" : {
"align" : "auto" ,
2024-04-29 10:38:56 +00:00
"cellOptions" : {
"type" : "auto"
} ,
2024-02-28 15:04:20 +00:00
"inspect" : false
} ,
"mappings" : [ ] ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
"color" : "green" ,
"value" : null
} ,
{
"color" : "red" ,
"value" : 80
}
]
} ,
"unit" : "none"
} ,
"overrides" : [
{
"matcher" : {
"id" : "byName" ,
"options" : "Time"
} ,
"properties" : [
{
"id" : "custom.hidden" ,
"value" : true
}
]
} ,
{
"matcher" : {
"id" : "byName" ,
"options" : "Value"
} ,
"properties" : [
{
"id" : "unit" ,
"value" : "short"
}
]
} ,
{
"matcher" : {
"id" : "byName" ,
"options" : "accountID"
} ,
"properties" : [
{
"id" : "custom.width" ,
"value" : 96
}
]
}
]
} ,
"gridPos" : {
"h" : 8 ,
"w" : 4 ,
"x" : 12 ,
"y" : 40
} ,
"id" : 27 ,
"options" : {
2024-03-16 12:46:56 +00:00
"cellHeight" : "sm" ,
2024-02-28 15:04:20 +00:00
"footer" : {
2024-03-16 12:46:56 +00:00
"countRows" : false ,
2024-02-28 15:04:20 +00:00
"fields" : "" ,
"reducer" : [
"sum"
] ,
"show" : false
} ,
"frameIndex" : 1 ,
"showHeader" : true ,
"sortBy" : [
{
"desc" : true ,
"displayName" : "Value"
}
]
} ,
2024-04-29 10:38:56 +00:00
"pluginVersion" : "10.4.0" ,
2024-02-28 15:04:20 +00:00
"targets" : [
{
"datasource" : {
2024-03-16 12:46:56 +00:00
"type" : "prometheus" ,
"uid" : "$ds"
2024-02-28 15:04:20 +00:00
} ,
"editorMode" : "code" ,
"exemplar" : false ,
"expr" : "topk_last(5, sum(vm_tenant_active_timeseries{accountID=~\"$account\"}) by(accountID), \"accountID=other\") " ,
"format" : "table" ,
"instant" : true ,
"legendFormat" : "{{label_name}}" ,
"range" : false ,
"refId" : "A"
}
] ,
"title" : "Active time series, Top 5, by account id" ,
"type" : "table"
} ,
{
"datasource" : {
2024-03-16 12:46:56 +00:00
"type" : "prometheus" ,
"uid" : "$ds"
2024-02-28 15:04:20 +00:00
} ,
"fieldConfig" : {
"defaults" : {
"color" : {
"mode" : "thresholds"
} ,
"custom" : {
"align" : "auto" ,
2024-04-29 10:38:56 +00:00
"cellOptions" : {
"type" : "auto"
} ,
2024-02-28 15:04:20 +00:00
"inspect" : false
} ,
"mappings" : [ ] ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
"color" : "green" ,
"value" : null
} ,
{
"color" : "red" ,
"value" : 80
}
]
} ,
"unit" : "none"
} ,
"overrides" : [
{
"matcher" : {
"id" : "byName" ,
"options" : "Time"
} ,
"properties" : [
{
"id" : "custom.hidden" ,
"value" : true
}
]
} ,
{
"matcher" : {
"id" : "byName" ,
"options" : "Value"
} ,
"properties" : [
{
"id" : "unit" ,
"value" : "bytes"
}
]
} ,
{
"matcher" : {
"id" : "byName" ,
"options" : "accountID"
} ,
"properties" : [
{
"id" : "custom.width" ,
"value" : 94
}
]
}
]
} ,
"gridPos" : {
"h" : 8 ,
"w" : 4 ,
"x" : 16 ,
"y" : 40
} ,
"id" : 28 ,
"options" : {
2024-03-16 12:46:56 +00:00
"cellHeight" : "sm" ,
2024-02-28 15:04:20 +00:00
"footer" : {
2024-03-16 12:46:56 +00:00
"countRows" : false ,
2024-02-28 15:04:20 +00:00
"fields" : "" ,
"reducer" : [
"sum"
] ,
"show" : false
} ,
"frameIndex" : 1 ,
"showHeader" : true ,
"sortBy" : [
{
"desc" : true ,
"displayName" : "Value"
}
]
} ,
2024-04-29 10:38:56 +00:00
"pluginVersion" : "10.4.0" ,
2024-02-28 15:04:20 +00:00
"targets" : [
{
"datasource" : {
2024-03-16 12:46:56 +00:00
"type" : "prometheus" ,
"uid" : "$ds"
2024-02-28 15:04:20 +00:00
} ,
"editorMode" : "code" ,
"exemplar" : false ,
"expr" : "topk_last(5, sum(vm_tenant_used_tenant_bytes{accountID=~\"$account\"}) by(accountID), \"accountID=other\") " ,
"format" : "table" ,
"instant" : true ,
"legendFormat" : "{{label_name}}" ,
"range" : false ,
"refId" : "A"
}
] ,
"title" : "Disk space usage, Top 5, by account id" ,
"type" : "table"
} ,
{
"datasource" : {
2024-03-16 12:46:56 +00:00
"type" : "prometheus" ,
"uid" : "$ds"
2024-02-28 15:04:20 +00:00
} ,
"fieldConfig" : {
"defaults" : {
"color" : {
"mode" : "thresholds"
} ,
"custom" : {
"align" : "auto" ,
2024-04-29 10:38:56 +00:00
"cellOptions" : {
"type" : "auto"
} ,
2024-02-28 15:04:20 +00:00
"inspect" : false
} ,
"mappings" : [ ] ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
"color" : "green" ,
"value" : null
} ,
{
"color" : "red" ,
"value" : 80
}
]
} ,
"unit" : "none"
} ,
"overrides" : [
{
"matcher" : {
"id" : "byName" ,
"options" : "Time"
} ,
"properties" : [
{
"id" : "custom.hidden" ,
"value" : true
}
]
} ,
{
"matcher" : {
"id" : "byName" ,
"options" : "Value"
} ,
"properties" : [
{
"id" : "unit" ,
"value" : "short"
}
]
} ,
{
"matcher" : {
"id" : "byName" ,
"options" : "accountID"
} ,
"properties" : [
{
"id" : "custom.width" ,
"value" : 116
}
]
}
]
} ,
"gridPos" : {
"h" : 8 ,
"w" : 4 ,
"x" : 20 ,
"y" : 40
} ,
"id" : 30 ,
"options" : {
2024-03-16 12:46:56 +00:00
"cellHeight" : "sm" ,
2024-02-28 15:04:20 +00:00
"footer" : {
2024-03-16 12:46:56 +00:00
"countRows" : false ,
2024-02-28 15:04:20 +00:00
"fields" : "" ,
"reducer" : [
"sum"
] ,
"show" : false
} ,
"frameIndex" : 1 ,
"showHeader" : true ,
"sortBy" : [
{
"desc" : true ,
"displayName" : "Value"
}
]
} ,
2024-04-29 10:38:56 +00:00
"pluginVersion" : "10.4.0" ,
2024-02-28 15:04:20 +00:00
"targets" : [
{
"datasource" : {
2024-03-16 12:46:56 +00:00
"type" : "prometheus" ,
"uid" : "$ds"
2024-02-28 15:04:20 +00:00
} ,
"editorMode" : "code" ,
"exemplar" : false ,
"expr" : "topk_last(5, sum(increase(vm_tenant_timeseries_created_total{accountID=~\"$account\"}[24h])) by(accountID), \"accountID=other\") " ,
"format" : "table" ,
"instant" : true ,
"legendFormat" : "{{label_name}}" ,
"range" : false ,
"refId" : "A"
}
] ,
"title" : "New series over 24h, Top 5, by account id" ,
"type" : "table"
2021-04-14 08:17:52 +00:00
}
] ,
2024-02-28 15:04:20 +00:00
"refresh" : false ,
2024-04-29 10:38:56 +00:00
"schemaVersion" : 39 ,
2021-04-14 08:17:52 +00:00
"tags" : [
"VictoriaMetrics" ,
"monitoring"
] ,
"templating" : {
"list" : [
{
"current" : {
2024-02-28 15:04:20 +00:00
"selected" : false ,
"text" : "cluster-monitoring" ,
"value" : "cluster-monitoring"
2021-04-14 08:17:52 +00:00
} ,
"hide" : 0 ,
"includeAll" : false ,
"multi" : false ,
"name" : "ds" ,
"options" : [ ] ,
"query" : "prometheus" ,
"queryValue" : "" ,
"refresh" : 1 ,
"regex" : "" ,
"skipUrlSync" : false ,
"type" : "datasource"
} ,
{
"allValue" : ".*" ,
2024-04-29 10:38:56 +00:00
"current" : { } ,
2022-06-09 08:39:30 +00:00
"datasource" : {
2022-11-28 07:37:39 +00:00
"type" : "prometheus" ,
2022-06-09 08:39:30 +00:00
"uid" : "$ds"
2021-04-14 08:17:52 +00:00
} ,
2024-02-28 15:04:20 +00:00
"definition" : "label_values(vm_tenant_active_timeseries, accountID)" ,
2021-04-14 08:17:52 +00:00
"hide" : 0 ,
"includeAll" : true ,
"multi" : true ,
2024-02-28 15:04:20 +00:00
"name" : "account" ,
2021-04-14 08:17:52 +00:00
"options" : [ ] ,
2022-06-09 08:39:30 +00:00
"query" : {
2024-02-28 15:04:20 +00:00
"query" : "label_values(vm_tenant_active_timeseries, accountID)" ,
"refId" : "StandardVariableQuery"
2022-06-09 08:39:30 +00:00
} ,
2021-04-14 08:17:52 +00:00
"refresh" : 1 ,
"regex" : "" ,
"skipUrlSync" : false ,
"sort" : 0 ,
"tagValuesQuery" : "" ,
"tagsQuery" : "" ,
"type" : "query" ,
"useTags" : false
} ,
{
"allValue" : ".*" ,
2024-04-29 10:38:56 +00:00
"current" : { } ,
2022-06-09 08:39:30 +00:00
"datasource" : {
2022-11-28 07:37:39 +00:00
"type" : "prometheus" ,
2022-06-09 08:39:30 +00:00
"uid" : "$ds"
2021-04-14 08:17:52 +00:00
} ,
2024-02-28 15:04:20 +00:00
"definition" : "label_values(vm_tenant_active_timeseries{accountID=~\"$accountID\"},projectID)" ,
2021-04-14 08:17:52 +00:00
"hide" : 0 ,
"includeAll" : true ,
2024-02-28 15:04:20 +00:00
"multi" : true ,
"name" : "project" ,
2021-04-14 08:17:52 +00:00
"options" : [ ] ,
2022-06-09 08:39:30 +00:00
"query" : {
2024-02-28 15:04:20 +00:00
"query" : "label_values(vm_tenant_active_timeseries{accountID=~\"$accountID\"},projectID)" ,
"refId" : "VictoriaMetrics-projectID-Variable-Query"
2022-06-09 08:39:30 +00:00
} ,
2021-04-14 08:17:52 +00:00
"refresh" : 1 ,
"regex" : "" ,
"skipUrlSync" : false ,
"sort" : 0 ,
"tagValuesQuery" : "" ,
"tagsQuery" : "" ,
"type" : "query" ,
"useTags" : false
} ,
{
2022-06-09 08:39:30 +00:00
"datasource" : {
2022-11-28 07:37:39 +00:00
"type" : "prometheus" ,
2024-02-28 15:04:20 +00:00
"uid" : "PE8D8DB4BEE4E4B22"
2021-04-14 08:17:52 +00:00
} ,
2024-02-28 15:04:20 +00:00
"filters" : [ ] ,
2021-04-14 08:17:52 +00:00
"hide" : 0 ,
2024-02-28 15:04:20 +00:00
"name" : "adhoc" ,
2021-04-14 08:17:52 +00:00
"skipUrlSync" : false ,
2024-02-28 15:04:20 +00:00
"type" : "adhoc"
2021-04-14 08:17:52 +00:00
}
]
} ,
"time" : {
2024-02-28 15:04:20 +00:00
"from" : "now-30m" ,
2021-04-14 08:17:52 +00:00
"to" : "now"
} ,
"timepicker" : { } ,
"timezone" : "" ,
2022-06-09 08:39:30 +00:00
"title" : "VictoriaMetrics Cluster Per Tenant Statistic" ,
2021-04-14 08:17:52 +00:00
"uid" : "IZFqd3lMz" ,
2024-04-29 10:38:56 +00:00
"version" : 1 ,
2022-06-09 08:39:30 +00:00
"weekStart" : ""
2024-02-28 15:04:20 +00:00
}