2019-11-07 10:09:27 +00:00
{
2020-07-16 23:18:03 +00:00
"__inputs" : [ ] ,
2021-12-20 15:32:05 +00:00
"__elements" : [ ] ,
2019-11-11 22:23:24 +00:00
"__requires" : [
{
"type" : "grafana" ,
"id" : "grafana" ,
"name" : "Grafana" ,
2022-02-15 09:57:58 +00:00
"version" : "8.3.5"
2019-11-11 22:23:24 +00:00
} ,
{
"type" : "panel" ,
"id" : "graph" ,
2021-06-14 10:03:54 +00:00
"name" : "Graph (old)" ,
2019-11-11 22:23:24 +00:00
"version" : ""
} ,
{
"type" : "datasource" ,
"id" : "prometheus" ,
"name" : "Prometheus" ,
"version" : "1.0.0"
} ,
{
"type" : "panel" ,
2021-06-14 10:03:54 +00:00
"id" : "stat" ,
"name" : "Stat" ,
2019-11-11 22:23:24 +00:00
"version" : ""
} ,
{
"type" : "panel" ,
2021-12-22 09:21:06 +00:00
"id" : "table" ,
"name" : "Table" ,
2019-11-11 22:23:24 +00:00
"version" : ""
}
] ,
2019-11-07 10:09:27 +00:00
"annotations" : {
"list" : [
{
"builtIn" : 1 ,
"datasource" : "-- Grafana --" ,
"enable" : true ,
"hide" : true ,
"iconColor" : "rgba(0, 211, 255, 1)" ,
"name" : "Annotations & Alerts" ,
2021-12-20 15:32:05 +00:00
"target" : {
"limit" : 100 ,
"matchAny" : false ,
"tags" : [ ] ,
"type" : "dashboard"
} ,
2019-11-07 10:09:27 +00:00
"type" : "dashboard"
}
]
} ,
2022-05-05 10:40:07 +00:00
"description" : "Overview for cluster VictoriaMetrics v1.77.0 or higher" ,
2019-11-07 10:09:27 +00:00
"editable" : true ,
2021-12-20 15:32:05 +00:00
"fiscalYearStartMonth" : 0 ,
2019-11-07 10:09:27 +00:00
"graphTooltip" : 0 ,
2019-11-11 22:23:24 +00:00
"id" : null ,
2022-04-22 14:36:55 +00:00
"iteration" : 1650638012579 ,
2019-11-12 13:06:56 +00:00
"links" : [
{
"icon" : "doc" ,
"tags" : [ ] ,
"targetBlank" : true ,
"title" : "Cluster Wiki" ,
"type" : "link" ,
"url" : "https://github.com/VictoriaMetrics/VictoriaMetrics/wiki/Cluster-VictoriaMetrics"
} ,
{
"icon" : "external link" ,
"tags" : [ ] ,
"targetBlank" : true ,
"title" : "Found a bug?" ,
"type" : "link" ,
"url" : "https://github.com/VictoriaMetrics/VictoriaMetrics/issues"
} ,
{
"icon" : "external link" ,
"tags" : [ ] ,
"targetBlank" : true ,
"title" : "New releases" ,
"type" : "link" ,
"url" : "https://github.com/VictoriaMetrics/VictoriaMetrics/releases"
}
] ,
2021-12-20 15:32:05 +00:00
"liveNow" : false ,
2019-11-07 10:09:27 +00:00
"panels" : [
{
2021-06-14 10:03:54 +00:00
"collapsed" : true ,
2019-11-07 10:09:27 +00:00
"gridPos" : {
"h" : 1 ,
"w" : 24 ,
"x" : 0 ,
"y" : 0
} ,
2021-06-14 10:03:54 +00:00
"id" : 137 ,
"panels" : [
2019-11-07 10:09:27 +00:00
{
2021-12-20 15:32:05 +00:00
"datasource" : {
"uid" : "$ds"
} ,
2021-06-14 10:03:54 +00:00
"description" : "How many datapoints are in storage" ,
"fieldConfig" : {
"defaults" : {
"color" : {
"mode" : "thresholds"
} ,
"mappings" : [ ] ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
2022-04-22 14:25:53 +00:00
"color" : "green"
2021-06-14 10:03:54 +00:00
}
]
} ,
"unit" : "short"
} ,
"overrides" : [ ]
} ,
"gridPos" : {
"h" : 2 ,
"w" : 6 ,
"x" : 0 ,
"y" : 1
} ,
"id" : 131 ,
"links" : [ ] ,
"maxDataPoints" : 100 ,
"options" : {
"colorMode" : "value" ,
"graphMode" : "area" ,
"justifyMode" : "auto" ,
"orientation" : "horizontal" ,
"reduceOptions" : {
"calcs" : [
"lastNotNull"
] ,
"fields" : "" ,
"values" : false
} ,
"text" : { } ,
"textMode" : "auto"
} ,
2022-04-22 14:24:48 +00:00
"pluginVersion" : "8.3.5" ,
2021-06-14 10:03:54 +00:00
"targets" : [
{
2021-07-01 02:45:35 +00:00
"exemplar" : true ,
2021-11-09 14:50:08 +00:00
"expr" : "sum(vm_rows{job=~\"$job_storage\", type!=\"indexdb\"})" ,
2021-06-14 10:03:54 +00:00
"format" : "time_series" ,
2021-07-01 02:45:35 +00:00
"instant" : true ,
2021-06-14 10:03:54 +00:00
"interval" : "" ,
"intervalFactor" : 1 ,
"legendFormat" : "" ,
"refId" : "A"
}
] ,
"title" : "Total datapoints" ,
"type" : "stat"
2019-11-07 10:09:27 +00:00
} ,
{
2021-12-20 15:32:05 +00:00
"datasource" : {
"uid" : "$ds"
} ,
2021-06-14 10:03:54 +00:00
"description" : "The minimum free disk space left among all storage nodes." ,
"fieldConfig" : {
"defaults" : {
"color" : {
"mode" : "thresholds"
} ,
"mappings" : [ ] ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
2022-04-22 14:25:53 +00:00
"color" : "green"
2021-06-14 10:03:54 +00:00
}
]
} ,
"unit" : "bytes"
} ,
"overrides" : [ ]
} ,
"gridPos" : {
"h" : 2 ,
"w" : 6 ,
"x" : 6 ,
"y" : 1
} ,
"id" : 124 ,
"links" : [ ] ,
"maxDataPoints" : 100 ,
"options" : {
"colorMode" : "value" ,
"graphMode" : "area" ,
"justifyMode" : "auto" ,
"orientation" : "horizontal" ,
"reduceOptions" : {
"calcs" : [
"lastNotNull"
] ,
"fields" : "" ,
"values" : false
} ,
"text" : { } ,
"textMode" : "auto"
} ,
2022-04-22 14:24:48 +00:00
"pluginVersion" : "8.3.5" ,
2021-06-14 10:03:54 +00:00
"targets" : [
{
2021-07-01 02:45:35 +00:00
"exemplar" : true ,
2021-06-14 10:03:54 +00:00
"expr" : "min(vm_free_disk_space_bytes{job=~\"$job\", instance=~\"$instance\"})" ,
"format" : "time_series" ,
2021-07-01 02:45:35 +00:00
"instant" : true ,
2021-06-14 10:03:54 +00:00
"interval" : "" ,
"intervalFactor" : 1 ,
"legendFormat" : "" ,
"refId" : "A"
}
] ,
"title" : "Min free disk space" ,
"type" : "stat"
2019-11-07 10:09:27 +00:00
} ,
{
2021-12-20 15:32:05 +00:00
"datasource" : {
"uid" : "$ds"
} ,
2021-06-14 10:03:54 +00:00
"description" : "Average disk usage per datapoint." ,
"fieldConfig" : {
"defaults" : {
"color" : {
"mode" : "thresholds"
} ,
"decimals" : 2 ,
"mappings" : [ ] ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
2022-04-22 14:25:53 +00:00
"color" : "green"
2021-06-14 10:03:54 +00:00
}
]
} ,
"unit" : "bytes"
} ,
"overrides" : [ ]
} ,
"gridPos" : {
"h" : 2 ,
"w" : 6 ,
"x" : 12 ,
"y" : 1
} ,
"id" : 112 ,
"links" : [ ] ,
"maxDataPoints" : 100 ,
"options" : {
"colorMode" : "value" ,
"graphMode" : "area" ,
"justifyMode" : "auto" ,
"orientation" : "horizontal" ,
"reduceOptions" : {
"calcs" : [
"lastNotNull"
] ,
"fields" : "" ,
"values" : false
} ,
"text" : { } ,
"textMode" : "auto"
} ,
2022-04-22 14:24:48 +00:00
"pluginVersion" : "8.3.5" ,
2021-06-14 10:03:54 +00:00
"targets" : [
{
2021-07-01 02:45:35 +00:00
"exemplar" : true ,
2021-11-09 14:50:08 +00:00
"expr" : "sum(vm_data_size_bytes{job=~\"$job_storage\", type!=\"indexdb\"}) / sum(vm_rows{job=~\"$job_storage\", type!=\"indexdb\"})" ,
2021-06-14 10:03:54 +00:00
"format" : "time_series" ,
2021-07-01 02:45:35 +00:00
"instant" : true ,
2021-06-14 10:03:54 +00:00
"interval" : "" ,
"intervalFactor" : 1 ,
"legendFormat" : "" ,
"refId" : "A"
}
] ,
"title" : "Bytes per point" ,
"type" : "stat"
} ,
2019-11-07 10:09:27 +00:00
{
2021-12-20 15:32:05 +00:00
"datasource" : {
"uid" : "$ds"
} ,
2021-06-14 10:03:54 +00:00
"description" : "Total size of allowed memory via flag `-memory.allowedPercent` for all VM components" ,
"fieldConfig" : {
"defaults" : {
"color" : {
"mode" : "thresholds"
} ,
"mappings" : [ ] ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
2022-04-22 14:25:53 +00:00
"color" : "green"
2021-06-14 10:03:54 +00:00
}
]
} ,
"unit" : "bytes"
} ,
"overrides" : [ ]
} ,
"gridPos" : {
"h" : 2 ,
"w" : 6 ,
"x" : 18 ,
"y" : 1
} ,
"id" : 130 ,
"links" : [ ] ,
"maxDataPoints" : 100 ,
"options" : {
"colorMode" : "value" ,
"graphMode" : "area" ,
"justifyMode" : "auto" ,
"orientation" : "horizontal" ,
"reduceOptions" : {
"calcs" : [
"lastNotNull"
] ,
"fields" : "" ,
"values" : false
} ,
"text" : { } ,
"textMode" : "auto"
} ,
2022-04-22 14:24:48 +00:00
"pluginVersion" : "8.3.5" ,
2021-06-14 10:03:54 +00:00
"targets" : [
{
2021-07-01 02:45:35 +00:00
"exemplar" : true ,
2021-06-14 10:03:54 +00:00
"expr" : "sum(vm_allowed_memory_bytes{job=~\"$job\", instance=~\"$instance\"})" ,
"format" : "time_series" ,
2021-07-01 02:45:35 +00:00
"instant" : true ,
2021-06-14 10:03:54 +00:00
"interval" : "" ,
"intervalFactor" : 1 ,
"legendFormat" : "" ,
"refId" : "A"
}
] ,
"title" : "Allowed memory" ,
"type" : "stat"
} ,
2019-11-07 10:09:27 +00:00
{
2021-12-20 15:32:05 +00:00
"datasource" : {
"uid" : "$ds"
} ,
2021-06-14 10:03:54 +00:00
"description" : "How many entries inverted index contains. This value is proportional to the number of unique timeseries in storage(cardinality)." ,
"fieldConfig" : {
"defaults" : {
"color" : {
"mode" : "thresholds"
} ,
"mappings" : [ ] ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
2022-04-22 14:25:53 +00:00
"color" : "green"
2021-06-14 10:03:54 +00:00
}
]
} ,
"unit" : "short"
} ,
"overrides" : [ ]
} ,
"gridPos" : {
"h" : 2 ,
"w" : 6 ,
"x" : 0 ,
"y" : 3
} ,
"id" : 34 ,
"links" : [ ] ,
"maxDataPoints" : 100 ,
"options" : {
"colorMode" : "value" ,
"graphMode" : "area" ,
"justifyMode" : "auto" ,
"orientation" : "horizontal" ,
"reduceOptions" : {
"calcs" : [
"lastNotNull"
] ,
"fields" : "" ,
"values" : false
} ,
"text" : { } ,
"textMode" : "auto"
} ,
2022-04-22 14:24:48 +00:00
"pluginVersion" : "8.3.5" ,
2021-06-14 10:03:54 +00:00
"targets" : [
{
2021-07-01 02:45:35 +00:00
"exemplar" : true ,
2021-11-09 14:50:08 +00:00
"expr" : "sum(vm_rows{job=~\"$job_storage\", type=\"indexdb\"})" ,
2021-06-14 10:03:54 +00:00
"format" : "time_series" ,
2021-07-01 02:45:35 +00:00
"instant" : true ,
2021-06-14 10:03:54 +00:00
"interval" : "" ,
"intervalFactor" : 1 ,
"legendFormat" : "" ,
"refId" : "A"
}
] ,
"title" : "Index size" ,
"type" : "stat"
} ,
2019-11-07 10:09:27 +00:00
{
2021-12-20 15:32:05 +00:00
"datasource" : {
2022-04-22 14:24:48 +00:00
"type" : "prometheus" ,
2021-12-20 15:32:05 +00:00
"uid" : "$ds"
} ,
2021-06-14 10:03:54 +00:00
"description" : "Total amount of used disk space" ,
"fieldConfig" : {
"defaults" : {
"color" : {
"mode" : "thresholds"
} ,
"mappings" : [ ] ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
2022-04-22 14:25:53 +00:00
"color" : "green"
2021-06-14 10:03:54 +00:00
}
]
} ,
"unit" : "bytes"
} ,
"overrides" : [ ]
} ,
"gridPos" : {
"h" : 2 ,
"w" : 6 ,
"x" : 6 ,
"y" : 3
} ,
"id" : 35 ,
"links" : [ ] ,
"maxDataPoints" : 100 ,
"options" : {
"colorMode" : "value" ,
"graphMode" : "area" ,
"justifyMode" : "auto" ,
"orientation" : "horizontal" ,
"reduceOptions" : {
"calcs" : [
"lastNotNull"
] ,
"fields" : "" ,
"values" : false
} ,
"text" : { } ,
"textMode" : "auto"
} ,
2022-04-22 14:24:48 +00:00
"pluginVersion" : "8.3.5" ,
2021-06-14 10:03:54 +00:00
"targets" : [
{
2022-04-22 14:24:48 +00:00
"datasource" : {
"type" : "prometheus" ,
"uid" : "$ds"
} ,
"exemplar" : false ,
"expr" : "sum(vm_data_size_bytes{job=~\"$job_storage\"})" ,
2021-06-14 10:03:54 +00:00
"format" : "time_series" ,
2021-07-01 02:45:35 +00:00
"instant" : true ,
2021-06-14 10:03:54 +00:00
"interval" : "" ,
"intervalFactor" : 1 ,
"legendFormat" : "" ,
"refId" : "A"
}
] ,
"title" : "Disk space usage" ,
"type" : "stat"
2019-11-07 10:09:27 +00:00
} ,
{
2021-12-20 15:32:05 +00:00
"datasource" : {
"uid" : "$ds"
} ,
2021-07-01 02:45:35 +00:00
"description" : "Total number of available CPUs for all VM components. " ,
2021-06-14 10:03:54 +00:00
"fieldConfig" : {
"defaults" : {
"color" : {
"mode" : "thresholds"
} ,
"mappings" : [ ] ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
2022-04-22 14:25:53 +00:00
"color" : "green"
2021-06-14 10:03:54 +00:00
}
]
} ,
"unit" : "short"
} ,
"overrides" : [ ]
} ,
"gridPos" : {
"h" : 2 ,
"w" : 6 ,
"x" : 12 ,
"y" : 3
} ,
"id" : 126 ,
"links" : [ ] ,
"maxDataPoints" : 100 ,
"options" : {
"colorMode" : "value" ,
"graphMode" : "area" ,
"justifyMode" : "auto" ,
"orientation" : "horizontal" ,
"reduceOptions" : {
"calcs" : [
"lastNotNull"
] ,
"fields" : "" ,
"values" : false
} ,
"text" : { } ,
"textMode" : "auto"
} ,
2022-04-22 14:24:48 +00:00
"pluginVersion" : "8.3.5" ,
2021-06-14 10:03:54 +00:00
"targets" : [
{
2021-07-01 02:45:35 +00:00
"exemplar" : true ,
2021-06-14 10:03:54 +00:00
"expr" : "sum(vm_available_cpu_cores{job=~\"$job\", instance=~\"$instance\"})" ,
"format" : "time_series" ,
2021-07-01 02:45:35 +00:00
"instant" : true ,
2021-06-14 10:03:54 +00:00
"interval" : "" ,
"intervalFactor" : 1 ,
"legendFormat" : "" ,
"refId" : "A"
}
] ,
2021-07-01 02:45:35 +00:00
"title" : "Available CPU" ,
2021-06-14 10:03:54 +00:00
"type" : "stat"
} ,
2019-11-07 10:09:27 +00:00
{
2021-12-20 15:32:05 +00:00
"datasource" : {
"uid" : "$ds"
} ,
2021-07-01 02:45:35 +00:00
"description" : "Total size of available memory for all VM components." ,
2021-06-14 10:03:54 +00:00
"fieldConfig" : {
"defaults" : {
"color" : {
"mode" : "thresholds"
} ,
"mappings" : [ ] ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
2022-04-22 14:25:53 +00:00
"color" : "green"
2021-06-14 10:03:54 +00:00
}
]
} ,
"unit" : "bytes"
} ,
"overrides" : [ ]
} ,
"gridPos" : {
"h" : 2 ,
"w" : 6 ,
"x" : 18 ,
"y" : 3
} ,
"id" : 128 ,
"links" : [ ] ,
"maxDataPoints" : 100 ,
"options" : {
"colorMode" : "value" ,
"graphMode" : "area" ,
"justifyMode" : "auto" ,
"orientation" : "horizontal" ,
"reduceOptions" : {
"calcs" : [
"lastNotNull"
] ,
"fields" : "" ,
"values" : false
} ,
"text" : { } ,
"textMode" : "auto"
} ,
2022-04-22 14:24:48 +00:00
"pluginVersion" : "8.3.5" ,
2021-06-14 10:03:54 +00:00
"targets" : [
{
2021-07-01 02:45:35 +00:00
"exemplar" : true ,
2021-06-14 10:03:54 +00:00
"expr" : "sum(vm_available_memory_bytes{job=~\"$job\", instance=~\"$instance\"})" ,
"format" : "time_series" ,
2021-07-01 02:45:35 +00:00
"instant" : true ,
2021-06-14 10:03:54 +00:00
"interval" : "" ,
"intervalFactor" : 1 ,
"legendFormat" : "" ,
"refId" : "A"
}
] ,
2021-07-01 02:45:35 +00:00
"title" : "Available memory" ,
2021-06-14 10:03:54 +00:00
"type" : "stat"
2021-03-18 10:04:12 +00:00
} ,
{
2022-06-02 14:03:48 +00:00
"id" : 149 ,
"gridPos" : {
"x" : 0 ,
"y" : 5 ,
"w" : 8 ,
"h" : 5
} ,
"type" : "table" ,
2021-12-20 15:32:05 +00:00
"datasource" : {
2022-06-02 14:03:48 +00:00
"uid" : "$ds" ,
"type" : "prometheus"
} ,
"pluginVersion" : "8.5.1" ,
"targets" : [
{
"refId" : "A" ,
"datasource" : {
"type" : "prometheus" ,
"uid" : "$ds"
} ,
"expr" : "sum(vm_app_version{job=~\"$job\", instance=~\"$instance\"}) by(job, short_version)" ,
"editorMode" : "code" ,
"range" : false ,
"instant" : true ,
"exemplar" : false ,
"format" : "table"
}
] ,
"options" : {
"showHeader" : true ,
"footer" : {
"show" : false ,
"reducer" : [
"sum"
] ,
"fields" : ""
}
2021-12-20 15:32:05 +00:00
} ,
2021-12-22 09:21:06 +00:00
"fieldConfig" : {
"defaults" : {
"custom" : {
"align" : "auto" ,
2022-06-02 14:03:48 +00:00
"displayMode" : "auto" ,
"inspect" : false ,
"minWidth" : 50
2021-12-22 09:21:06 +00:00
} ,
"mappings" : [ ] ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
2022-06-02 14:03:48 +00:00
"value" : null ,
2022-04-22 14:25:53 +00:00
"color" : "green"
2021-12-22 09:21:06 +00:00
} ,
{
2022-06-02 14:03:48 +00:00
"value" : 80 ,
"color" : "red"
2021-12-22 09:21:06 +00:00
}
]
} ,
2022-06-02 14:03:48 +00:00
"color" : {
"mode" : "thresholds"
}
2021-12-22 09:21:06 +00:00
} ,
"overrides" : [
{
"matcher" : {
"id" : "byName" ,
2022-06-02 14:03:48 +00:00
"options" : "Time"
2021-12-22 09:21:06 +00:00
} ,
"properties" : [
{
2022-06-02 14:03:48 +00:00
"id" : "custom.hidden" ,
"value" : true
2021-12-22 09:21:06 +00:00
}
]
} ,
2022-06-02 14:03:48 +00:00
{
"matcher" : {
"id" : "byName" ,
"options" : "Value"
} ,
"properties" : [
2021-12-22 09:21:06 +00:00
{
2022-06-02 14:03:48 +00:00
"id" : "displayName" ,
"value" : "Count"
2021-12-22 09:21:06 +00:00
}
]
}
2022-06-02 14:03:48 +00:00
]
}
2021-03-18 10:04:12 +00:00
} ,
{
2021-06-14 10:03:54 +00:00
"aliasColors" : { } ,
"bars" : false ,
"dashLength" : 10 ,
"dashes" : false ,
2021-12-20 15:32:05 +00:00
"datasource" : {
"uid" : "$ds"
} ,
2021-06-14 10:03:54 +00:00
"fieldConfig" : {
"defaults" : {
"links" : [ ]
} ,
"overrides" : [ ]
} ,
"fill" : 1 ,
"fillGradient" : 0 ,
"gridPos" : {
"h" : 5 ,
"w" : 16 ,
"x" : 8 ,
"y" : 5
} ,
"hiddenSeries" : false ,
"id" : 62 ,
"legend" : {
"alignAsTable" : true ,
"avg" : false ,
"current" : true ,
"hideEmpty" : false ,
"hideZero" : false ,
"max" : false ,
"min" : false ,
"rightSide" : true ,
"show" : true ,
"sort" : "current" ,
"sortDesc" : false ,
"total" : false ,
"values" : true
} ,
"lines" : true ,
"linewidth" : 1 ,
"nullPointMode" : "null as zero" ,
"options" : {
"alertThreshold" : true
} ,
"percentage" : false ,
2022-04-22 14:24:48 +00:00
"pluginVersion" : "8.3.5" ,
2021-06-14 10:03:54 +00:00
"pointradius" : 2 ,
"points" : false ,
"renderer" : "flot" ,
"seriesOverrides" : [ ] ,
"spaceLength" : 10 ,
"stack" : false ,
"steppedLine" : true ,
"targets" : [
{
"expr" : "sort(sum(up{job=~\"$job\", instance=~\"$instance\"}) by (job, instance))" ,
"format" : "time_series" ,
"instant" : false ,
"legendFormat" : "{{instance}}({{job}})" ,
"refId" : "A"
}
] ,
"thresholds" : [ ] ,
"timeRegions" : [ ] ,
"title" : "Uptime" ,
"tooltip" : {
"shared" : true ,
"sort" : 1 ,
"value_type" : "individual"
} ,
"type" : "graph" ,
"xaxis" : {
"mode" : "time" ,
"show" : true ,
"values" : [ ]
} ,
"yaxes" : [
{
"decimals" : 0 ,
"format" : "none" ,
"logBase" : 1 ,
"show" : true
} ,
{
"format" : "short" ,
"label" : "" ,
"logBase" : 1 ,
"show" : true
}
] ,
"yaxis" : {
"align" : false ,
"alignLevel" : 2
}
2021-03-18 10:04:12 +00:00
}
] ,
2021-07-01 02:45:35 +00:00
"title" : "Stats" ,
2021-06-14 10:03:54 +00:00
"type" : "row"
2021-03-18 10:04:12 +00:00
} ,
{
2021-06-14 10:03:54 +00:00
"collapsed" : false ,
2021-12-20 15:32:05 +00:00
"datasource" : {
"uid" : "$ds"
} ,
2021-03-18 10:04:12 +00:00
"gridPos" : {
2021-06-14 10:03:54 +00:00
"h" : 1 ,
"w" : 24 ,
2021-03-18 10:04:12 +00:00
"x" : 0 ,
2021-06-14 10:03:54 +00:00
"y" : 1
2019-11-07 10:09:27 +00:00
} ,
2021-06-14 10:03:54 +00:00
"id" : 10 ,
"panels" : [ ] ,
"title" : "Overview" ,
"type" : "row"
2019-11-07 10:09:27 +00:00
} ,
{
"aliasColors" : { } ,
"bars" : false ,
"dashLength" : 10 ,
"dashes" : false ,
2021-12-20 15:32:05 +00:00
"datasource" : {
"uid" : "$ds"
} ,
2020-09-19 21:00:16 +00:00
"description" : "How many datapoints are inserted into storage per second by protocol and accountID" ,
2020-06-12 19:07:28 +00:00
"fieldConfig" : {
"defaults" : {
2020-09-02 12:15:13 +00:00
"links" : [ ]
2020-06-12 19:07:28 +00:00
} ,
"overrides" : [ ]
} ,
2019-11-07 10:09:27 +00:00
"fill" : 1 ,
"fillGradient" : 0 ,
"gridPos" : {
"h" : 8 ,
"w" : 12 ,
"x" : 0 ,
2021-06-14 10:03:54 +00:00
"y" : 2
2019-11-07 10:09:27 +00:00
} ,
2019-12-09 11:07:09 +00:00
"hiddenSeries" : false ,
2019-11-07 10:09:27 +00:00
"id" : 2 ,
"legend" : {
"alignAsTable" : true ,
"avg" : true ,
"current" : true ,
2021-06-14 10:03:54 +00:00
"max" : true ,
2019-11-07 10:09:27 +00:00
"min" : false ,
"show" : true ,
2021-06-14 10:03:54 +00:00
"sort" : "current" ,
"sortDesc" : true ,
2019-11-07 10:09:27 +00:00
"total" : false ,
"values" : true
} ,
"lines" : true ,
"linewidth" : 1 ,
"nullPointMode" : "null" ,
2021-04-05 19:28:02 +00:00
"options" : {
"alertThreshold" : true
} ,
2019-11-07 10:09:27 +00:00
"percentage" : false ,
2022-02-15 09:57:58 +00:00
"pluginVersion" : "8.3.5" ,
2019-11-07 10:09:27 +00:00
"pointradius" : 2 ,
"points" : false ,
"renderer" : "flot" ,
"seriesOverrides" : [ ] ,
"spaceLength" : 10 ,
2020-09-19 21:00:16 +00:00
"stack" : true ,
2019-11-07 10:09:27 +00:00
"steppedLine" : false ,
"targets" : [
{
2021-06-14 10:03:54 +00:00
"exemplar" : true ,
2022-04-22 14:37:57 +00:00
"expr" : "sum(rate(vm_rows_inserted_total{job=~\"$job\", instance=~\"$instance\"}[$__rate_interval])) by (type,accountID) > 0 " ,
2021-06-14 10:03:54 +00:00
"interval" : "" ,
"legendFormat" : "{{type}}" ,
2019-11-07 10:09:27 +00:00
"refId" : "A"
}
] ,
"thresholds" : [ ] ,
"timeRegions" : [ ] ,
"title" : "Datapoints ingestion rate ($instance)" ,
"tooltip" : {
"shared" : true ,
"sort" : 0 ,
"value_type" : "individual"
} ,
"type" : "graph" ,
"xaxis" : {
"mode" : "time" ,
"show" : true ,
"values" : [ ]
} ,
"yaxes" : [
{
"format" : "short" ,
"logBase" : 1 ,
2020-09-01 18:56:56 +00:00
"min" : "0" ,
2019-11-07 10:09:27 +00:00
"show" : true
} ,
{
"format" : "short" ,
"logBase" : 1 ,
2020-09-01 18:56:56 +00:00
"min" : "0" ,
2019-11-07 10:09:27 +00:00
"show" : true
}
] ,
"yaxis" : {
2021-12-20 15:32:05 +00:00
"align" : false
2019-11-07 10:09:27 +00:00
}
} ,
{
"aliasColors" : { } ,
"bars" : false ,
"dashLength" : 10 ,
"dashes" : false ,
2021-12-20 15:32:05 +00:00
"datasource" : {
"uid" : "$ds"
} ,
2019-11-07 10:09:27 +00:00
"description" : "* `*` - unsupported query path\n* `/write` - insert into VM\n* `/metrics` - query VM system metrics\n* `/query` - query instant values\n* `/query_range` - query over a range of time\n* `/series` - match a certain label set\n* `/label/{}/values` - query a list of label values (variables mostly)" ,
2020-06-12 19:07:28 +00:00
"fieldConfig" : {
"defaults" : {
2020-09-02 12:15:13 +00:00
"links" : [ ]
2020-06-12 19:07:28 +00:00
} ,
"overrides" : [ ]
} ,
2019-11-07 10:09:27 +00:00
"fill" : 1 ,
"fillGradient" : 0 ,
"gridPos" : {
"h" : 8 ,
"w" : 12 ,
"x" : 12 ,
2021-06-14 10:03:54 +00:00
"y" : 2
2019-11-07 10:09:27 +00:00
} ,
2019-12-09 11:07:09 +00:00
"hiddenSeries" : false ,
2019-11-07 10:09:27 +00:00
"id" : 6 ,
"legend" : {
"alignAsTable" : true ,
"avg" : true ,
"current" : true ,
2021-06-14 10:03:54 +00:00
"max" : true ,
2019-11-07 10:09:27 +00:00
"min" : false ,
"show" : true ,
"sort" : "current" ,
"sortDesc" : true ,
"total" : false ,
"values" : true
} ,
"lines" : true ,
"linewidth" : 1 ,
"links" : [ ] ,
"nullPointMode" : "null as zero" ,
2021-04-05 19:28:02 +00:00
"options" : {
"alertThreshold" : true
} ,
2019-11-07 10:09:27 +00:00
"percentage" : false ,
2022-02-15 09:57:58 +00:00
"pluginVersion" : "8.3.5" ,
2019-11-07 10:09:27 +00:00
"pointradius" : 2 ,
"points" : false ,
"renderer" : "flot" ,
"seriesOverrides" : [ ] ,
"spaceLength" : 10 ,
"stack" : false ,
"steppedLine" : false ,
"targets" : [
{
2022-04-22 14:37:57 +00:00
"expr" : "sum(rate(vm_http_requests_total{job=~\"$job\", instance=~\"$instance.*\", path!~\"/favicon.ico\"}[$__rate_interval])) by (path) > 0" ,
2019-11-07 10:09:27 +00:00
"format" : "time_series" ,
"intervalFactor" : 1 ,
"legendFormat" : "{{path}}" ,
"refId" : "A"
}
] ,
"thresholds" : [ ] ,
"timeRegions" : [ ] ,
"title" : "Requests rate ($instance)" ,
"tooltip" : {
"shared" : true ,
"sort" : 2 ,
"value_type" : "individual"
} ,
"type" : "graph" ,
"xaxis" : {
"mode" : "time" ,
"show" : true ,
"values" : [ ]
} ,
"yaxes" : [
{
"format" : "short" ,
"logBase" : 1 ,
2020-09-01 18:56:56 +00:00
"min" : "0" ,
2019-11-07 10:09:27 +00:00
"show" : true
} ,
{
"format" : "short" ,
"logBase" : 1 ,
2020-09-01 18:56:56 +00:00
"min" : "0" ,
2019-11-07 10:09:27 +00:00
"show" : true
}
] ,
"yaxis" : {
2021-12-20 15:32:05 +00:00
"align" : false
2019-11-07 10:09:27 +00:00
}
} ,
{
"aliasColors" : { } ,
"bars" : false ,
"dashLength" : 10 ,
"dashes" : false ,
2021-12-20 15:32:05 +00:00
"datasource" : {
"uid" : "$ds"
} ,
2020-05-19 08:57:20 +00:00
"description" : "* `*` - unsupported query path\n* `/write` - insert into VM\n* `/metrics` - query VM system metrics\n* `/query` - query instant values\n* `/query_range` - query over a range of time\n* `/series` - match a certain label set\n* `/label/{}/values` - query a list of label values (variables mostly)" ,
2020-06-12 19:07:28 +00:00
"fieldConfig" : {
"defaults" : {
2020-09-02 12:15:13 +00:00
"links" : [ ]
2020-06-12 19:07:28 +00:00
} ,
"overrides" : [ ]
} ,
2019-11-07 10:09:27 +00:00
"fill" : 1 ,
"fillGradient" : 0 ,
"gridPos" : {
"h" : 8 ,
"w" : 12 ,
"x" : 0 ,
2021-06-14 10:03:54 +00:00
"y" : 10
2019-11-07 10:09:27 +00:00
} ,
2019-12-09 11:07:09 +00:00
"hiddenSeries" : false ,
2020-05-19 08:57:20 +00:00
"id" : 52 ,
2019-11-07 10:09:27 +00:00
"legend" : {
2020-05-19 08:57:20 +00:00
"alignAsTable" : true ,
"avg" : true ,
"current" : true ,
2021-06-14 10:03:54 +00:00
"max" : true ,
2019-11-07 10:09:27 +00:00
"min" : false ,
"show" : true ,
2020-05-19 08:57:20 +00:00
"sort" : "current" ,
"sortDesc" : true ,
2019-11-07 10:09:27 +00:00
"total" : false ,
2020-05-19 08:57:20 +00:00
"values" : true
2019-11-07 10:09:27 +00:00
} ,
"lines" : true ,
"linewidth" : 1 ,
2020-05-19 08:57:20 +00:00
"links" : [ ] ,
"nullPointMode" : "null as zero" ,
2021-04-05 19:28:02 +00:00
"options" : {
"alertThreshold" : true
} ,
2019-11-07 10:09:27 +00:00
"percentage" : false ,
2022-02-15 09:57:58 +00:00
"pluginVersion" : "8.3.5" ,
2019-11-07 10:09:27 +00:00
"pointradius" : 2 ,
"points" : false ,
"renderer" : "flot" ,
"seriesOverrides" : [ ] ,
"spaceLength" : 10 ,
"stack" : false ,
"steppedLine" : false ,
"targets" : [
{
2022-04-22 14:37:57 +00:00
"expr" : "sum(rate(vm_http_request_errors_total{job=~\"$job\", instance=~\"$instance.*\"}[$__rate_interval])) by (path) > 0" ,
2020-05-19 08:57:20 +00:00
"format" : "time_series" ,
"intervalFactor" : 1 ,
"legendFormat" : "{{path}}" ,
2019-11-07 10:09:27 +00:00
"refId" : "A"
}
] ,
"thresholds" : [ ] ,
"timeRegions" : [ ] ,
2020-05-19 08:57:20 +00:00
"title" : "Requests error rate ($instance)" ,
2019-11-07 10:09:27 +00:00
"tooltip" : {
"shared" : true ,
2020-05-19 08:57:20 +00:00
"sort" : 2 ,
2019-11-07 10:09:27 +00:00
"value_type" : "individual"
} ,
"type" : "graph" ,
"xaxis" : {
"mode" : "time" ,
"show" : true ,
"values" : [ ]
} ,
"yaxes" : [
{
"format" : "short" ,
"logBase" : 1 ,
2020-09-01 18:56:56 +00:00
"min" : "0" ,
2019-11-07 10:09:27 +00:00
"show" : true
} ,
{
"format" : "short" ,
"logBase" : 1 ,
2020-09-01 18:56:56 +00:00
"min" : "0" ,
2019-11-07 10:09:27 +00:00
"show" : true
}
] ,
"yaxis" : {
2021-12-20 15:32:05 +00:00
"align" : false
2019-11-07 10:09:27 +00:00
}
} ,
{
"aliasColors" : { } ,
"bars" : false ,
"dashLength" : 10 ,
"dashes" : false ,
2021-12-20 15:32:05 +00:00
"datasource" : {
"uid" : "$ds"
} ,
2019-11-07 10:09:27 +00:00
"description" : "The less time it takes is better.\n* `*` - unsupported query path\n* `/write` - insert into VM\n* `/metrics` - query VM system metrics\n* `/query` - query instant values\n* `/query_range` - query over a range of time\n* `/series` - match a certain label set\n* `/label/{}/values` - query a list of label values (variables mostly)" ,
2020-06-12 19:07:28 +00:00
"fieldConfig" : {
"defaults" : {
2020-09-02 12:15:13 +00:00
"links" : [ ]
2020-06-12 19:07:28 +00:00
} ,
"overrides" : [ ]
} ,
2019-11-07 10:09:27 +00:00
"fill" : 1 ,
"fillGradient" : 0 ,
"gridPos" : {
"h" : 8 ,
"w" : 12 ,
"x" : 12 ,
2021-06-14 10:03:54 +00:00
"y" : 10
2019-11-07 10:09:27 +00:00
} ,
2019-12-09 11:07:09 +00:00
"hiddenSeries" : false ,
2019-11-07 10:09:27 +00:00
"id" : 8 ,
"legend" : {
"alignAsTable" : true ,
"avg" : true ,
"current" : true ,
2021-06-14 10:03:54 +00:00
"max" : true ,
2019-11-07 10:09:27 +00:00
"min" : false ,
"show" : true ,
"sort" : "current" ,
"sortDesc" : true ,
"total" : false ,
"values" : true
} ,
"lines" : true ,
"linewidth" : 1 ,
"links" : [ ] ,
"nullPointMode" : "null as zero" ,
2021-04-05 19:28:02 +00:00
"options" : {
"alertThreshold" : true
} ,
2019-11-07 10:09:27 +00:00
"percentage" : false ,
2022-02-15 09:57:58 +00:00
"pluginVersion" : "8.3.5" ,
2019-11-07 10:09:27 +00:00
"pointradius" : 2 ,
"points" : false ,
"renderer" : "flot" ,
"seriesOverrides" : [ ] ,
"spaceLength" : 10 ,
"stack" : false ,
"steppedLine" : false ,
"targets" : [
{
"expr" : "max(vm_request_duration_seconds{job=~\"$job\", instance=~\"$instance\", quantile=~\"(0.5|0.99)\"}) by (path, quantile) > 0" ,
"format" : "time_series" ,
"intervalFactor" : 1 ,
"legendFormat" : "{{quantile}} ({{path}})" ,
"refId" : "A"
}
] ,
"thresholds" : [ ] ,
"timeRegions" : [ ] ,
"title" : "Query duration ($instance)" ,
"tooltip" : {
"shared" : true ,
"sort" : 2 ,
"value_type" : "individual"
} ,
"type" : "graph" ,
"xaxis" : {
"mode" : "time" ,
"show" : true ,
"values" : [ ]
} ,
"yaxes" : [
{
"format" : "s" ,
"logBase" : 1 ,
2020-09-01 18:56:56 +00:00
"min" : "0" ,
2019-11-07 10:09:27 +00:00
"show" : true
} ,
{
"format" : "short" ,
"logBase" : 1 ,
2020-09-01 18:56:56 +00:00
"min" : "0" ,
2019-11-07 10:09:27 +00:00
"show" : true
}
] ,
"yaxis" : {
2021-12-20 15:32:05 +00:00
"align" : false
2019-11-07 10:09:27 +00:00
}
} ,
{
"aliasColors" : { } ,
"bars" : false ,
"dashLength" : 10 ,
"dashes" : false ,
2021-12-20 15:32:05 +00:00
"datasource" : {
"uid" : "$ds"
} ,
2020-05-19 08:57:20 +00:00
"description" : "RPC errors are interconnection errors between cluster components. Errors rate should be 0 if network connection is stable and all components are up and operational." ,
2020-06-12 19:07:28 +00:00
"fieldConfig" : {
"defaults" : {
2020-09-02 12:15:13 +00:00
"links" : [ ]
2020-06-12 19:07:28 +00:00
} ,
"overrides" : [ ]
} ,
2019-11-07 10:09:27 +00:00
"fill" : 1 ,
"fillGradient" : 0 ,
"gridPos" : {
"h" : 8 ,
"w" : 12 ,
"x" : 0 ,
2021-06-14 10:03:54 +00:00
"y" : 18
2019-11-07 10:09:27 +00:00
} ,
2019-12-09 11:07:09 +00:00
"hiddenSeries" : false ,
2020-05-19 08:57:20 +00:00
"id" : 44 ,
2019-11-07 10:09:27 +00:00
"legend" : {
"alignAsTable" : true ,
"avg" : true ,
"current" : true ,
2021-06-14 10:03:54 +00:00
"max" : true ,
2019-11-07 10:09:27 +00:00
"min" : false ,
"show" : true ,
2021-06-14 10:03:54 +00:00
"sort" : "current" ,
"sortDesc" : true ,
2019-11-07 10:09:27 +00:00
"total" : false ,
"values" : true
} ,
"lines" : true ,
"linewidth" : 1 ,
"links" : [ ] ,
2020-05-19 08:57:20 +00:00
"nullPointMode" : "null" ,
2021-04-05 19:28:02 +00:00
"options" : {
"alertThreshold" : true
} ,
2019-11-07 10:09:27 +00:00
"percentage" : false ,
2022-02-15 09:57:58 +00:00
"pluginVersion" : "8.3.5" ,
2020-05-19 08:57:20 +00:00
"pointradius" : 1 ,
2019-11-07 10:09:27 +00:00
"points" : false ,
"renderer" : "flot" ,
"seriesOverrides" : [ ] ,
"spaceLength" : 10 ,
"stack" : false ,
"steppedLine" : false ,
"targets" : [
{
2022-04-22 14:37:57 +00:00
"expr" : "sum(rate(vm_rpc_connection_errors_total{job=~\"$job\",instance=~\"$instance.*\"}[$__rate_interval]))" ,
2019-11-07 10:09:27 +00:00
"format" : "time_series" ,
"intervalFactor" : 1 ,
2020-05-19 08:57:20 +00:00
"legendFormat" : "Connection" ,
2019-11-07 10:09:27 +00:00
"refId" : "A"
2020-05-19 08:57:20 +00:00
} ,
{
2022-04-22 14:37:57 +00:00
"expr" : "sum(rate(vm_rpc_dial_errors_total{job=~\"$job\",instance=~\"$instance.*\"}[$__rate_interval]))" ,
2020-05-19 08:57:20 +00:00
"format" : "time_series" ,
"intervalFactor" : 1 ,
"legendFormat" : "Dial" ,
"refId" : "B"
} ,
{
2022-04-22 14:37:57 +00:00
"expr" : "sum(rate(vm_rpc_handshake_errors_total{job=~\"$job\",instance=~\"$instance.*\"}[$__rate_interval]))" ,
2020-05-19 08:57:20 +00:00
"format" : "time_series" ,
"intervalFactor" : 1 ,
"legendFormat" : "Handshake" ,
"refId" : "E"
2019-11-07 10:09:27 +00:00
}
] ,
"thresholds" : [ ] ,
"timeRegions" : [ ] ,
2020-05-19 08:57:20 +00:00
"title" : "RPC errors ($instance)" ,
2019-11-07 10:09:27 +00:00
"tooltip" : {
"shared" : true ,
2020-05-19 08:57:20 +00:00
"sort" : 0 ,
2019-11-07 10:09:27 +00:00
"value_type" : "individual"
} ,
"type" : "graph" ,
"xaxis" : {
"mode" : "time" ,
"show" : true ,
"values" : [ ]
} ,
"yaxes" : [
{
2020-05-19 08:57:20 +00:00
"format" : "rps" ,
2019-11-07 10:09:27 +00:00
"logBase" : 1 ,
2020-09-01 18:56:56 +00:00
"min" : "0" ,
2019-11-07 10:09:27 +00:00
"show" : true
} ,
{
"format" : "short" ,
"logBase" : 1 ,
2020-09-01 18:56:56 +00:00
"min" : "0" ,
2019-11-07 10:09:27 +00:00
"show" : true
}
] ,
"yaxis" : {
2021-12-20 15:32:05 +00:00
"align" : false
2019-11-07 10:09:27 +00:00
}
} ,
{
"aliasColors" : { } ,
"bars" : false ,
"dashLength" : 10 ,
"dashes" : false ,
2021-12-20 15:32:05 +00:00
"datasource" : {
"uid" : "$ds"
} ,
2021-04-05 19:28:02 +00:00
"description" : "Shows the rate of logging the messages by their level. Unexpected spike in rate is a good reason to check logs." ,
2020-06-12 19:07:28 +00:00
"fieldConfig" : {
"defaults" : {
2020-09-02 12:15:13 +00:00
"links" : [ ]
2020-06-12 19:07:28 +00:00
} ,
"overrides" : [ ]
} ,
2019-11-07 10:09:27 +00:00
"fill" : 1 ,
"fillGradient" : 0 ,
"gridPos" : {
"h" : 8 ,
"w" : 12 ,
"x" : 12 ,
2021-06-14 10:03:54 +00:00
"y" : 18
2019-11-07 10:09:27 +00:00
} ,
2019-12-09 11:07:09 +00:00
"hiddenSeries" : false ,
2021-04-05 19:28:02 +00:00
"id" : 104 ,
2019-11-07 10:09:27 +00:00
"legend" : {
2021-04-05 19:28:02 +00:00
"alignAsTable" : true ,
"avg" : true ,
"current" : true ,
2021-06-14 10:03:54 +00:00
"max" : true ,
2019-11-07 10:09:27 +00:00
"min" : false ,
"show" : true ,
2021-06-14 10:03:54 +00:00
"sort" : "current" ,
"sortDesc" : true ,
2019-11-07 10:09:27 +00:00
"total" : false ,
2021-04-05 19:28:02 +00:00
"values" : true
2019-11-07 10:09:27 +00:00
} ,
"lines" : true ,
"linewidth" : 1 ,
2021-04-05 19:28:02 +00:00
"links" : [ ] ,
2019-11-07 10:09:27 +00:00
"nullPointMode" : "null" ,
2021-04-05 19:28:02 +00:00
"options" : {
"alertThreshold" : true
} ,
2019-11-07 10:09:27 +00:00
"percentage" : false ,
2022-02-15 09:57:58 +00:00
"pluginVersion" : "8.3.5" ,
2019-11-07 10:09:27 +00:00
"pointradius" : 2 ,
"points" : false ,
"renderer" : "flot" ,
"seriesOverrides" : [ ] ,
"spaceLength" : 10 ,
"stack" : false ,
"steppedLine" : false ,
"targets" : [
{
2021-06-14 10:03:54 +00:00
"exemplar" : true ,
2022-04-22 14:37:57 +00:00
"expr" : "sum(rate(vm_log_messages_total{job=~\"$job\",instance=~\"$instance.*\", level!=\"info\"}[$__rate_interval])) by (job, level) " ,
2019-11-07 10:09:27 +00:00
"format" : "time_series" ,
2021-04-05 19:28:02 +00:00
"hide" : false ,
2021-06-14 10:03:54 +00:00
"interval" : "" ,
2019-11-07 10:09:27 +00:00
"intervalFactor" : 1 ,
2021-04-05 19:28:02 +00:00
"legendFormat" : "{{job}} - {{level}}" ,
2019-11-07 10:09:27 +00:00
"refId" : "A"
}
] ,
"thresholds" : [ ] ,
"timeRegions" : [ ] ,
2021-04-05 19:28:02 +00:00
"title" : "Logging rate" ,
2019-11-07 10:09:27 +00:00
"tooltip" : {
"shared" : true ,
2021-04-05 19:28:02 +00:00
"sort" : 2 ,
2019-11-07 10:09:27 +00:00
"value_type" : "individual"
} ,
"type" : "graph" ,
"xaxis" : {
"mode" : "time" ,
"show" : true ,
"values" : [ ]
} ,
"yaxes" : [
{
"format" : "short" ,
"logBase" : 1 ,
2020-09-01 18:56:56 +00:00
"min" : "0" ,
2019-11-07 10:09:27 +00:00
"show" : true
} ,
{
"format" : "short" ,
"logBase" : 1 ,
"show" : true
}
] ,
"yaxis" : {
2021-12-20 15:32:05 +00:00
"align" : false
2019-11-07 10:09:27 +00:00
}
} ,
2019-11-10 18:32:10 +00:00
{
"aliasColors" : { } ,
"bars" : false ,
"dashLength" : 10 ,
"dashes" : false ,
2021-12-20 15:32:05 +00:00
"datasource" : {
"uid" : "$ds"
} ,
2021-04-05 19:28:02 +00:00
"description" : "Shows the percentage of remaining disk space at `-storageDataPath` by instance" ,
2020-06-12 19:07:28 +00:00
"fieldConfig" : {
"defaults" : {
2020-09-02 12:15:13 +00:00
"links" : [ ]
2020-06-12 19:07:28 +00:00
} ,
"overrides" : [ ]
} ,
2021-06-18 07:48:40 +00:00
"fill" : 0 ,
2019-11-10 18:32:10 +00:00
"fillGradient" : 0 ,
"gridPos" : {
"h" : 8 ,
"w" : 12 ,
"x" : 0 ,
2021-06-14 10:03:54 +00:00
"y" : 26
2019-11-10 18:32:10 +00:00
} ,
2019-12-09 11:07:09 +00:00
"hiddenSeries" : false ,
2020-05-19 08:57:20 +00:00
"id" : 110 ,
2019-11-10 18:32:10 +00:00
"legend" : {
2021-06-14 10:03:54 +00:00
"alignAsTable" : true ,
"avg" : true ,
"current" : true ,
"max" : true ,
2019-11-10 18:32:10 +00:00
"min" : false ,
"show" : true ,
2021-06-14 10:03:54 +00:00
"sort" : "current" ,
"sortDesc" : true ,
2019-11-10 18:32:10 +00:00
"total" : false ,
2021-06-14 10:03:54 +00:00
"values" : true
2019-11-10 18:32:10 +00:00
} ,
"lines" : true ,
"linewidth" : 1 ,
"links" : [ ] ,
"nullPointMode" : "null" ,
2021-04-05 19:28:02 +00:00
"options" : {
"alertThreshold" : true
} ,
2019-11-10 18:32:10 +00:00
"percentage" : false ,
2022-02-15 09:57:58 +00:00
"pluginVersion" : "8.3.5" ,
2020-05-19 08:57:20 +00:00
"pointradius" : 2 ,
2019-11-10 18:32:10 +00:00
"points" : false ,
"renderer" : "flot" ,
"seriesOverrides" : [ ] ,
"spaceLength" : 10 ,
2021-06-18 07:48:40 +00:00
"stack" : false ,
2019-11-10 18:32:10 +00:00
"steppedLine" : false ,
"targets" : [
{
2021-04-05 19:28:02 +00:00
"exemplar" : true ,
2021-11-09 14:50:08 +00:00
"expr" : "sum(vm_data_size_bytes{job=~\"$job_storage\", instance=~\"$instance\"}) by(instance) /\n(\n sum(vm_free_disk_space_bytes{job=~\"$job_storage\", instance=~\"$instance\"}) by(instance) +\n sum(vm_data_size_bytes{job=~\"$job_storage\", instance=~\"$instance\"}) by(instance)\n)" ,
2019-11-10 18:32:10 +00:00
"format" : "time_series" ,
2020-05-19 08:57:20 +00:00
"interval" : "" ,
2019-11-10 18:32:10 +00:00
"intervalFactor" : 1 ,
2020-05-19 08:57:20 +00:00
"legendFormat" : "{{instance}}" ,
2019-11-10 18:32:10 +00:00
"refId" : "A"
}
] ,
2021-04-05 19:28:02 +00:00
"thresholds" : [
{
2021-06-18 07:48:40 +00:00
"$$hashKey" : "object:89" ,
2021-04-05 19:28:02 +00:00
"colorMode" : "critical" ,
"fill" : true ,
"line" : true ,
"op" : "gt" ,
"value" : 0.8 ,
"yaxis" : "left"
}
] ,
2019-11-10 18:32:10 +00:00
"timeRegions" : [ ] ,
2021-04-05 19:28:02 +00:00
"title" : "Disk space used ($instance)" ,
2019-11-10 18:32:10 +00:00
"tooltip" : {
"shared" : true ,
"sort" : 0 ,
"value_type" : "individual"
} ,
"type" : "graph" ,
"xaxis" : {
"mode" : "time" ,
"show" : true ,
"values" : [ ]
} ,
"yaxes" : [
{
2021-04-05 19:28:02 +00:00
"format" : "percentunit" ,
2019-11-10 18:32:10 +00:00
"logBase" : 1 ,
2020-05-19 08:57:20 +00:00
"min" : "0" ,
2019-11-10 18:32:10 +00:00
"show" : true
} ,
{
"format" : "short" ,
"logBase" : 1 ,
"show" : true
}
] ,
"yaxis" : {
2021-12-20 15:32:05 +00:00
"align" : false
2019-11-10 18:32:10 +00:00
}
} ,
2019-12-09 11:07:09 +00:00
{
"aliasColors" : { } ,
"bars" : false ,
"dashLength" : 10 ,
"dashes" : false ,
2021-12-20 15:32:05 +00:00
"datasource" : {
"uid" : "$ds"
} ,
2021-04-05 19:28:02 +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:" ,
2020-06-12 19:07:28 +00:00
"fieldConfig" : {
"defaults" : {
2020-09-02 12:15:13 +00:00
"links" : [ ]
2020-06-12 19:07:28 +00:00
} ,
"overrides" : [ ]
} ,
2019-12-09 11:07:09 +00:00
"fill" : 1 ,
"fillGradient" : 0 ,
"gridPos" : {
"h" : 8 ,
"w" : 12 ,
"x" : 12 ,
2021-06-14 10:03:54 +00:00
"y" : 26
2019-12-09 11:07:09 +00:00
} ,
"hiddenSeries" : false ,
2021-04-05 19:28:02 +00:00
"id" : 12 ,
2020-11-30 09:30:11 +00:00
"legend" : {
2021-06-14 10:03:54 +00:00
"alignAsTable" : true ,
"avg" : true ,
"current" : true ,
"max" : true ,
2020-11-30 09:30:11 +00:00
"min" : false ,
2021-06-14 10:03:54 +00:00
"show" : true ,
"sort" : "current" ,
"sortDesc" : true ,
2020-11-30 09:30:11 +00:00
"total" : false ,
2021-06-14 10:03:54 +00:00
"values" : true
2020-11-30 09:30:11 +00:00
} ,
"lines" : true ,
"linewidth" : 1 ,
2021-04-05 19:28:02 +00:00
"links" : [
{
"targetBlank" : true ,
"title" : "troubleshooting" ,
"url" : "https://github.com/VictoriaMetrics/VictoriaMetrics/blob/master/README.md#troubleshooting"
}
] ,
2020-11-30 09:30:11 +00:00
"nullPointMode" : "null" ,
2021-04-05 19:28:02 +00:00
"options" : {
"alertThreshold" : true
} ,
2020-11-30 09:30:11 +00:00
"percentage" : false ,
2022-02-15 09:57:58 +00:00
"pluginVersion" : "8.3.5" ,
2020-11-30 09:30:11 +00:00
"pointradius" : 2 ,
"points" : false ,
"renderer" : "flot" ,
"seriesOverrides" : [ ] ,
"spaceLength" : 10 ,
2021-03-18 10:04:12 +00:00
"stack" : false ,
2020-11-30 09:30:11 +00:00
"steppedLine" : false ,
"targets" : [
{
2021-04-05 19:28:02 +00:00
"expr" : "sum(vm_cache_entries{job=~\"$job\", instance=~\"$instance.*\", type=\"storage/hour_metric_ids\"})" ,
2020-11-30 09:30:11 +00:00
"format" : "time_series" ,
"intervalFactor" : 1 ,
2021-04-05 19:28:02 +00:00
"legendFormat" : "Active time series" ,
2020-11-30 09:30:11 +00:00
"refId" : "A"
}
] ,
"thresholds" : [ ] ,
"timeRegions" : [ ] ,
2021-04-05 19:28:02 +00:00
"title" : "Active time series ($instance)" ,
2020-11-30 09:30:11 +00:00
"tooltip" : {
"shared" : true ,
"sort" : 0 ,
"value_type" : "individual"
} ,
"type" : "graph" ,
"xaxis" : {
"mode" : "time" ,
"show" : true ,
"values" : [ ]
} ,
"yaxes" : [
{
2021-03-18 10:04:12 +00:00
"format" : "short" ,
2020-11-30 09:30:11 +00:00
"logBase" : 1 ,
"min" : "0" ,
"show" : true
} ,
{
"format" : "short" ,
"logBase" : 1 ,
2021-04-05 19:28:02 +00:00
"min" : "0" ,
2020-11-30 09:30:11 +00:00
"show" : true
}
] ,
"yaxis" : {
2021-12-20 15:32:05 +00:00
"align" : false
2020-11-30 09:30:11 +00:00
}
} ,
{
2021-03-18 10:04:12 +00:00
"collapsed" : true ,
2021-12-20 15:32:05 +00:00
"datasource" : {
"uid" : "$ds"
} ,
2020-11-30 09:30:11 +00:00
"gridPos" : {
2021-03-18 10:04:12 +00:00
"h" : 1 ,
"w" : 24 ,
2020-11-30 09:30:11 +00:00
"x" : 0 ,
2021-06-14 10:03:54 +00:00
"y" : 34
2019-12-09 11:07:09 +00:00
} ,
2021-03-18 10:04:12 +00:00
"id" : 46 ,
"panels" : [
2019-12-09 11:07:09 +00:00
{
2021-03-18 10:04:12 +00:00
"aliasColors" : { } ,
"bars" : false ,
"dashLength" : 10 ,
"dashes" : false ,
2021-12-20 15:32:05 +00:00
"datasource" : {
"uid" : "$ds"
} ,
2021-06-14 10:03:54 +00:00
"description" : "Amount of used memory (resident)\nContains memory share which can be freed by OS when needed." ,
"fieldConfig" : {
"defaults" : {
"links" : [ ]
} ,
"overrides" : [ ]
} ,
2021-06-18 07:48:40 +00:00
"fill" : 0 ,
2021-06-14 10:03:54 +00:00
"fillGradient" : 0 ,
"gridPos" : {
"h" : 8 ,
"w" : 12 ,
"x" : 0 ,
2022-02-15 09:57:58 +00:00
"y" : 35
2021-06-14 10:03:54 +00:00
} ,
"hiddenSeries" : false ,
"id" : 66 ,
"legend" : {
"alignAsTable" : true ,
"avg" : true ,
"current" : true ,
"max" : true ,
"min" : false ,
"show" : true ,
"sort" : "current" ,
"sortDesc" : true ,
"total" : false ,
"values" : true
} ,
"lines" : true ,
"linewidth" : 1 ,
"links" : [ ] ,
"nullPointMode" : "null" ,
"options" : {
"alertThreshold" : true
} ,
"percentage" : false ,
2022-02-15 09:57:58 +00:00
"pluginVersion" : "8.3.5" ,
2021-06-14 10:03:54 +00:00
"pointradius" : 2 ,
"points" : false ,
"renderer" : "flot" ,
"seriesOverrides" : [ ] ,
"spaceLength" : 10 ,
"stack" : false ,
"steppedLine" : false ,
"targets" : [
{
2021-06-18 07:48:40 +00:00
"exemplar" : true ,
"expr" : "sum(process_resident_memory_bytes{job=~\"$job\", instance=~\"$instance\"}) by (job, instance)" ,
"interval" : "" ,
"legendFormat" : "{{instance}} ({{job}})" ,
2021-06-14 10:03:54 +00:00
"refId" : "A"
}
] ,
"thresholds" : [ ] ,
"timeRegions" : [ ] ,
"title" : "RSS memory usage ($instance)" ,
"tooltip" : {
"shared" : true ,
"sort" : 2 ,
"value_type" : "individual"
} ,
"type" : "graph" ,
"xaxis" : {
"mode" : "time" ,
"show" : true ,
"values" : [ ]
} ,
"yaxes" : [
{
"format" : "bytes" ,
"logBase" : 1 ,
"min" : "0" ,
"show" : true
} ,
{
"format" : "short" ,
"logBase" : 1 ,
"show" : true
}
] ,
"yaxis" : {
2021-12-20 15:32:05 +00:00
"align" : false
2021-06-14 10:03:54 +00:00
}
} ,
{
"aliasColors" : { } ,
"bars" : false ,
"dashLength" : 10 ,
"dashes" : false ,
2021-12-20 15:32:05 +00:00
"datasource" : {
"uid" : "$ds"
} ,
2021-06-14 10:03:54 +00:00
"description" : "RSS share for memory allocated by the process itself. This share cannot be freed by the OS, so it must be taken into account by OOM killer." ,
2021-03-18 10:04:12 +00:00
"fieldConfig" : {
"defaults" : {
"links" : [ ]
} ,
"overrides" : [ ]
} ,
2021-06-18 07:48:40 +00:00
"fill" : 0 ,
2021-03-18 10:04:12 +00:00
"fillGradient" : 0 ,
"gridPos" : {
"h" : 8 ,
"w" : 12 ,
2021-06-14 10:03:54 +00:00
"x" : 12 ,
2022-02-15 09:57:58 +00:00
"y" : 35
2021-03-18 10:04:12 +00:00
} ,
"hiddenSeries" : false ,
2021-06-14 10:03:54 +00:00
"id" : 138 ,
2021-03-18 10:04:12 +00:00
"legend" : {
2021-06-14 10:03:54 +00:00
"alignAsTable" : true ,
"avg" : true ,
"current" : true ,
"max" : true ,
2021-03-18 10:04:12 +00:00
"min" : false ,
2021-06-14 10:03:54 +00:00
"show" : true ,
"sort" : "current" ,
"sortDesc" : true ,
2021-03-18 10:04:12 +00:00
"total" : false ,
2021-06-14 10:03:54 +00:00
"values" : true
2021-03-18 10:04:12 +00:00
} ,
"lines" : true ,
"linewidth" : 1 ,
"links" : [ ] ,
"nullPointMode" : "null" ,
2021-04-05 19:28:02 +00:00
"options" : {
"alertThreshold" : true
} ,
2021-03-18 10:04:12 +00:00
"percentage" : false ,
2022-02-15 09:57:58 +00:00
"pluginVersion" : "8.3.5" ,
2021-03-18 10:04:12 +00:00
"pointradius" : 2 ,
"points" : false ,
"renderer" : "flot" ,
"seriesOverrides" : [ ] ,
"spaceLength" : 10 ,
"stack" : false ,
"steppedLine" : false ,
"targets" : [
{
2021-06-14 10:03:54 +00:00
"exemplar" : true ,
2021-06-18 07:48:40 +00:00
"expr" : "sum(process_resident_memory_anon_bytes{job=~\"$job\", instance=~\"$instance\"}) by (job, instance)" ,
2021-06-14 10:03:54 +00:00
"interval" : "" ,
2021-06-18 07:48:40 +00:00
"legendFormat" : "{{instance}} ({{job}})" ,
2021-03-18 10:04:12 +00:00
"refId" : "A"
}
] ,
"thresholds" : [ ] ,
"timeRegions" : [ ] ,
2021-06-14 10:03:54 +00:00
"title" : "RSS anonymous memory usage ($instance)" ,
2021-03-18 10:04:12 +00:00
"tooltip" : {
"shared" : true ,
2021-04-05 19:28:02 +00:00
"sort" : 2 ,
2021-03-18 10:04:12 +00:00
"value_type" : "individual"
} ,
"type" : "graph" ,
"xaxis" : {
"mode" : "time" ,
"show" : true ,
"values" : [ ]
} ,
"yaxes" : [
{
"format" : "bytes" ,
"logBase" : 1 ,
"min" : "0" ,
"show" : true
} ,
{
"format" : "short" ,
"logBase" : 1 ,
"show" : true
}
] ,
"yaxis" : {
2021-12-20 15:32:05 +00:00
"align" : false
2021-03-18 10:04:12 +00:00
}
2019-12-09 11:07:09 +00:00
} ,
2020-05-19 08:57:20 +00:00
{
"aliasColors" : { } ,
"bars" : false ,
"dashLength" : 10 ,
"dashes" : false ,
2021-12-20 15:32:05 +00:00
"datasource" : {
"uid" : "$ds"
} ,
2020-09-02 12:15:13 +00:00
"fieldConfig" : {
"defaults" : {
"links" : [ ]
} ,
"overrides" : [ ]
} ,
2021-06-18 07:48:40 +00:00
"fill" : 0 ,
2020-05-19 08:57:20 +00:00
"fillGradient" : 0 ,
"gridPos" : {
"h" : 8 ,
"w" : 12 ,
2021-06-14 10:03:54 +00:00
"x" : 0 ,
2022-02-15 09:57:58 +00:00
"y" : 43
2020-05-19 08:57:20 +00:00
} ,
"hiddenSeries" : false ,
"id" : 64 ,
"legend" : {
2021-06-14 10:03:54 +00:00
"alignAsTable" : true ,
"avg" : true ,
"current" : true ,
"max" : true ,
2020-05-19 08:57:20 +00:00
"min" : false ,
"show" : true ,
2021-06-14 10:03:54 +00:00
"sort" : "current" ,
"sortDesc" : true ,
2020-05-19 08:57:20 +00:00
"total" : false ,
2021-06-14 10:03:54 +00:00
"values" : true
2020-05-19 08:57:20 +00:00
} ,
"lines" : true ,
"linewidth" : 1 ,
"links" : [ ] ,
"nullPointMode" : "null" ,
2021-04-05 19:28:02 +00:00
"options" : {
"alertThreshold" : true
} ,
2020-05-19 08:57:20 +00:00
"percentage" : false ,
2022-02-15 09:57:58 +00:00
"pluginVersion" : "8.3.5" ,
2020-05-19 08:57:20 +00:00
"pointradius" : 2 ,
"points" : false ,
"renderer" : "flot" ,
"seriesOverrides" : [ ] ,
"spaceLength" : 10 ,
"stack" : false ,
"steppedLine" : false ,
"targets" : [
{
2021-06-18 07:48:40 +00:00
"exemplar" : true ,
2022-04-22 14:37:57 +00:00
"expr" : "sum(rate(process_cpu_seconds_total{job=~\"$job\", instance=~\"$instance\"}[$__rate_interval])) by(job, instance)" ,
2020-05-19 08:57:20 +00:00
"format" : "time_series" ,
2021-06-18 07:48:40 +00:00
"interval" : "" ,
2020-05-19 08:57:20 +00:00
"intervalFactor" : 1 ,
2021-06-18 07:48:40 +00:00
"legendFormat" : "{{instance}} ({{job}})" ,
2020-05-19 08:57:20 +00:00
"refId" : "A"
}
] ,
"thresholds" : [ ] ,
"timeRegions" : [ ] ,
"title" : "CPU ($instance)" ,
"tooltip" : {
"shared" : true ,
"sort" : 0 ,
"value_type" : "individual"
} ,
"type" : "graph" ,
"xaxis" : {
"mode" : "time" ,
"show" : true ,
"values" : [ ]
} ,
"yaxes" : [
{
"format" : "short" ,
"logBase" : 1 ,
2020-09-02 12:15:13 +00:00
"min" : "0" ,
2020-05-19 08:57:20 +00:00
"show" : true
} ,
{
"format" : "short" ,
"logBase" : 1 ,
"show" : true
}
] ,
"yaxis" : {
2021-12-20 15:32:05 +00:00
"align" : false
2020-05-19 08:57:20 +00:00
}
} ,
{
"aliasColors" : { } ,
"bars" : false ,
"dashLength" : 10 ,
"dashes" : false ,
2021-12-20 15:32:05 +00:00
"datasource" : {
2022-02-15 09:57:58 +00:00
"type" : "prometheus" ,
2021-12-20 15:32:05 +00:00
"uid" : "$ds"
} ,
2022-02-15 09:57:58 +00:00
"description" : "Shows the CPU usage in the percentage from the limit." ,
2021-03-18 10:04:12 +00:00
"fieldConfig" : {
"defaults" : {
"links" : [ ]
} ,
"overrides" : [ ]
} ,
2021-06-18 07:48:40 +00:00
"fill" : 0 ,
2021-03-18 10:04:12 +00:00
"fillGradient" : 0 ,
"gridPos" : {
"h" : 8 ,
"w" : 12 ,
2021-06-14 10:03:54 +00:00
"x" : 12 ,
2022-02-15 09:57:58 +00:00
"y" : 43
2021-03-18 10:04:12 +00:00
} ,
"hiddenSeries" : false ,
2022-02-15 09:57:58 +00:00
"id" : 146 ,
2021-03-18 10:04:12 +00:00
"legend" : {
2021-06-14 10:03:54 +00:00
"alignAsTable" : true ,
"avg" : true ,
"current" : true ,
"max" : true ,
2021-03-18 10:04:12 +00:00
"min" : false ,
2021-06-14 10:03:54 +00:00
"show" : true ,
"sort" : "current" ,
"sortDesc" : true ,
2021-03-18 10:04:12 +00:00
"total" : false ,
2021-06-14 10:03:54 +00:00
"values" : true
2021-03-18 10:04:12 +00:00
} ,
"lines" : true ,
"linewidth" : 1 ,
"links" : [ ] ,
"nullPointMode" : "null" ,
2021-04-05 19:28:02 +00:00
"options" : {
"alertThreshold" : true
} ,
2021-03-18 10:04:12 +00:00
"percentage" : false ,
2022-02-15 09:57:58 +00:00
"pluginVersion" : "8.3.5" ,
2021-03-18 10:04:12 +00:00
"pointradius" : 2 ,
"points" : false ,
"renderer" : "flot" ,
2021-06-14 10:03:54 +00:00
"seriesOverrides" : [ ] ,
2021-03-18 10:04:12 +00:00
"spaceLength" : 10 ,
"stack" : false ,
"steppedLine" : false ,
"targets" : [
{
2022-02-15 09:57:58 +00:00
"datasource" : {
"type" : "prometheus" ,
"uid" : "$ds"
} ,
"exemplar" : false ,
2022-06-02 14:03:48 +00:00
"expr" : "sum(rate(process_cpu_seconds_total{job=~\"$job\", instance=~\"$instance\"}[$__rate_interval])) by(job, instance) / sum(process_cpu_cores_available{job=~\"$job\", instance=~\"$instance\"}) by(job, instance)" ,
2021-03-18 10:04:12 +00:00
"format" : "time_series" ,
2021-06-18 07:48:40 +00:00
"interval" : "" ,
2022-02-15 09:57:58 +00:00
"intervalFactor" : 1 ,
2021-06-18 07:48:40 +00:00
"legendFormat" : "{{instance}} ({{job}})" ,
2021-03-18 10:04:12 +00:00
"refId" : "A"
}
] ,
2022-02-15 09:57:58 +00:00
"thresholds" : [
{
"$$hashKey" : "object:195" ,
"colorMode" : "critical" ,
"fill" : true ,
"line" : true ,
"op" : "gt" ,
"value" : 0.9 ,
"yaxis" : "left"
}
] ,
2021-03-18 10:04:12 +00:00
"timeRegions" : [ ] ,
2022-02-15 09:57:58 +00:00
"title" : "CPU percentage ($instance)" ,
2021-03-18 10:04:12 +00:00
"tooltip" : {
"shared" : true ,
2021-06-14 10:03:54 +00:00
"sort" : 0 ,
2021-03-18 10:04:12 +00:00
"value_type" : "individual"
} ,
"type" : "graph" ,
"xaxis" : {
"mode" : "time" ,
"show" : true ,
"values" : [ ]
} ,
"yaxes" : [
{
2022-02-15 09:57:58 +00:00
"$$hashKey" : "object:75" ,
"format" : "percentunit" ,
2021-06-14 10:03:54 +00:00
"logBase" : 1 ,
2021-03-18 10:04:12 +00:00
"min" : "0" ,
"show" : true
} ,
{
2022-02-15 09:57:58 +00:00
"$$hashKey" : "object:76" ,
2021-03-18 10:04:12 +00:00
"format" : "short" ,
"logBase" : 1 ,
"show" : true
}
] ,
"yaxis" : {
2021-12-20 15:32:05 +00:00
"align" : false
2021-03-18 10:04:12 +00:00
}
} ,
{
"aliasColors" : { } ,
"bars" : false ,
"dashLength" : 10 ,
"dashes" : false ,
2021-12-20 15:32:05 +00:00
"datasource" : {
"uid" : "$ds"
} ,
2021-06-14 10:03:54 +00:00
"description" : "Panel shows the number of open file descriptors in the OS.\nReaching the limit of open files can cause various issues and must be prevented.\n\nSee how to change limits here https://medium.com/@muhammadtriwibowo/set-permanently-ulimit-n-open-files-in-ubuntu-4d61064429a" ,
2020-09-02 12:15:13 +00:00
"fieldConfig" : {
"defaults" : {
"links" : [ ]
} ,
"overrides" : [ ]
} ,
2021-06-14 10:03:54 +00:00
"fill" : 0 ,
2020-05-19 08:57:20 +00:00
"fillGradient" : 0 ,
"gridPos" : {
"h" : 8 ,
"w" : 12 ,
2021-06-14 10:03:54 +00:00
"x" : 0 ,
2022-02-15 09:57:58 +00:00
"y" : 51
2020-05-19 08:57:20 +00:00
} ,
"hiddenSeries" : false ,
2021-06-14 10:03:54 +00:00
"id" : 117 ,
2020-05-19 08:57:20 +00:00
"legend" : {
2021-06-14 10:03:54 +00:00
"alignAsTable" : true ,
"avg" : true ,
"current" : true ,
"max" : true ,
2020-05-19 08:57:20 +00:00
"min" : false ,
2021-06-14 10:03:54 +00:00
"show" : true ,
"sort" : "current" ,
"sortDesc" : false ,
2020-05-19 08:57:20 +00:00
"total" : false ,
2021-06-14 10:03:54 +00:00
"values" : true
2020-05-19 08:57:20 +00:00
} ,
"lines" : true ,
"linewidth" : 1 ,
"links" : [ ] ,
"nullPointMode" : "null" ,
2021-04-05 19:28:02 +00:00
"options" : {
"alertThreshold" : true
} ,
2020-05-19 08:57:20 +00:00
"percentage" : false ,
2022-02-15 09:57:58 +00:00
"pluginVersion" : "8.3.5" ,
2020-05-19 08:57:20 +00:00
"pointradius" : 2 ,
"points" : false ,
"renderer" : "flot" ,
2021-06-14 10:03:54 +00:00
"seriesOverrides" : [
{
"alias" : "/max.*/" ,
"color" : "#C4162A"
}
] ,
2020-05-19 08:57:20 +00:00
"spaceLength" : 10 ,
"stack" : false ,
"steppedLine" : false ,
"targets" : [
{
2021-06-18 07:48:40 +00:00
"exemplar" : true ,
"expr" : "sum(process_open_fds{job=~\"$job\", instance=~\"$instance\"}) by(job, instance)" ,
2021-03-18 10:04:12 +00:00
"format" : "time_series" ,
2021-06-14 10:03:54 +00:00
"interval" : "" ,
2021-03-18 10:04:12 +00:00
"intervalFactor" : 2 ,
2021-06-18 07:48:40 +00:00
"legendFormat" : "{{instance}} ({{job}})" ,
2020-05-19 08:57:20 +00:00
"refId" : "A"
2021-06-14 10:03:54 +00:00
} ,
{
2021-06-18 07:48:40 +00:00
"exemplar" : true ,
"expr" : "sum(process_max_fds{job=~\"$job\", instance=~\"$instance\"}) by(job, instance)" ,
2021-06-14 10:03:54 +00:00
"format" : "time_series" ,
"interval" : "" ,
"intervalFactor" : 2 ,
2021-06-18 07:48:40 +00:00
"legendFormat" : "max {{instance}} ({{job}})" ,
2021-06-14 10:03:54 +00:00
"refId" : "B"
2020-05-19 08:57:20 +00:00
}
] ,
"thresholds" : [ ] ,
"timeRegions" : [ ] ,
2021-06-14 10:03:54 +00:00
"title" : "Open FDs ($instance)" ,
2021-03-18 10:04:12 +00:00
"tooltip" : {
"shared" : true ,
2021-06-14 10:03:54 +00:00
"sort" : 2 ,
2021-03-18 10:04:12 +00:00
"value_type" : "individual"
} ,
"type" : "graph" ,
"xaxis" : {
"mode" : "time" ,
"show" : true ,
"values" : [ ]
} ,
"yaxes" : [
{
2021-06-14 10:03:54 +00:00
"decimals" : 0 ,
"format" : "short" ,
"logBase" : 2 ,
2021-03-18 10:04:12 +00:00
"min" : "0" ,
"show" : true
} ,
{
"format" : "short" ,
"logBase" : 1 ,
"show" : true
}
] ,
"yaxis" : {
2021-12-20 15:32:05 +00:00
"align" : false
2021-03-18 10:04:12 +00:00
}
} ,
{
"aliasColors" : { } ,
"bars" : false ,
"dashLength" : 10 ,
"dashes" : false ,
2021-12-20 15:32:05 +00:00
"datasource" : {
"uid" : "$ds"
} ,
2022-02-15 09:57:58 +00:00
"description" : "Shows average GC duration by instance" ,
2021-07-01 02:45:35 +00:00
"fieldConfig" : {
"defaults" : {
"links" : [ ]
} ,
"overrides" : [ ]
} ,
2022-02-15 09:57:58 +00:00
"fill" : 0 ,
2021-03-18 10:04:12 +00:00
"fillGradient" : 0 ,
"gridPos" : {
"h" : 8 ,
"w" : 12 ,
2021-06-14 10:03:54 +00:00
"x" : 12 ,
2022-02-15 09:57:58 +00:00
"y" : 51
2021-03-18 10:04:12 +00:00
} ,
"hiddenSeries" : false ,
2022-02-15 09:57:58 +00:00
"id" : 72 ,
2021-03-18 10:04:12 +00:00
"legend" : {
2021-06-14 10:03:54 +00:00
"alignAsTable" : true ,
"avg" : true ,
"current" : true ,
"max" : true ,
2021-03-18 10:04:12 +00:00
"min" : false ,
2021-06-14 10:03:54 +00:00
"show" : true ,
"sort" : "current" ,
"sortDesc" : true ,
2021-03-18 10:04:12 +00:00
"total" : false ,
2021-06-14 10:03:54 +00:00
"values" : true
2021-03-18 10:04:12 +00:00
} ,
"lines" : true ,
"linewidth" : 1 ,
2021-07-01 02:45:35 +00:00
"links" : [ ] ,
2021-03-18 10:04:12 +00:00
"nullPointMode" : "null" ,
2021-04-05 19:28:02 +00:00
"options" : {
"alertThreshold" : true
} ,
2021-03-18 10:04:12 +00:00
"percentage" : false ,
2022-02-15 09:57:58 +00:00
"pluginVersion" : "8.3.5" ,
2021-03-18 10:04:12 +00:00
"pointradius" : 2 ,
"points" : false ,
"renderer" : "flot" ,
2022-02-15 09:57:58 +00:00
"seriesOverrides" : [ ] ,
2021-03-18 10:04:12 +00:00
"spaceLength" : 10 ,
"stack" : false ,
"steppedLine" : false ,
"targets" : [
{
2021-06-18 07:48:40 +00:00
"exemplar" : true ,
2022-04-22 14:37:57 +00:00
"expr" : "sum(rate(go_gc_duration_seconds_sum{job=~\"$job\", instance=~\"$instance\"}[$__rate_interval])) by(job, instance)\n/\nsum(rate(go_gc_duration_seconds_count{job=~\"$job\", instance=~\"$instance\"}[$__rate_interval])) by(job, instance)" ,
2021-07-01 02:45:35 +00:00
"format" : "time_series" ,
2021-06-14 10:03:54 +00:00
"interval" : "" ,
2022-02-15 09:57:58 +00:00
"intervalFactor" : 2 ,
"legendFormat" : "{{instance}} ({{job}})" ,
2021-03-18 10:04:12 +00:00
"refId" : "A"
}
] ,
"thresholds" : [ ] ,
"timeRegions" : [ ] ,
2022-02-15 09:57:58 +00:00
"title" : "GC duration ($instance)" ,
2020-05-19 08:57:20 +00:00
"tooltip" : {
"shared" : true ,
2021-07-01 02:45:35 +00:00
"sort" : 0 ,
2020-05-19 08:57:20 +00:00
"value_type" : "individual"
} ,
"type" : "graph" ,
"xaxis" : {
"mode" : "time" ,
"show" : true ,
"values" : [ ]
} ,
"yaxes" : [
{
2022-02-15 09:57:58 +00:00
"format" : "s" ,
2020-05-19 08:57:20 +00:00
"logBase" : 1 ,
2022-02-15 09:57:58 +00:00
"min" : "0" ,
2020-05-19 08:57:20 +00:00
"show" : true
} ,
{
"format" : "short" ,
"logBase" : 1 ,
"show" : true
}
] ,
"yaxis" : {
2021-12-20 15:32:05 +00:00
"align" : false
2020-05-19 08:57:20 +00:00
}
} ,
{
"aliasColors" : { } ,
"bars" : false ,
"dashLength" : 10 ,
"dashes" : false ,
2021-12-20 15:32:05 +00:00
"datasource" : {
"uid" : "$ds"
} ,
2020-09-02 12:15:13 +00:00
"fieldConfig" : {
2021-06-14 10:03:54 +00:00
"defaults" : {
"links" : [ ]
} ,
2020-09-02 12:15:13 +00:00
"overrides" : [ ]
} ,
2021-06-18 07:48:40 +00:00
"fill" : 0 ,
2020-05-19 08:57:20 +00:00
"fillGradient" : 0 ,
"gridPos" : {
"h" : 8 ,
"w" : 12 ,
2021-06-14 10:03:54 +00:00
"x" : 0 ,
2022-02-15 09:57:58 +00:00
"y" : 59
2020-05-19 08:57:20 +00:00
} ,
"hiddenSeries" : false ,
2021-06-14 10:03:54 +00:00
"id" : 68 ,
2020-05-19 08:57:20 +00:00
"legend" : {
2021-06-14 10:03:54 +00:00
"alignAsTable" : true ,
"avg" : true ,
"current" : true ,
"max" : true ,
2020-05-19 08:57:20 +00:00
"min" : false ,
2021-06-14 10:03:54 +00:00
"show" : true ,
"sort" : "current" ,
"sortDesc" : true ,
2020-05-19 08:57:20 +00:00
"total" : false ,
2021-06-14 10:03:54 +00:00
"values" : true
2020-05-19 08:57:20 +00:00
} ,
"lines" : true ,
"linewidth" : 1 ,
2021-06-14 10:03:54 +00:00
"links" : [ ] ,
2020-05-19 08:57:20 +00:00
"nullPointMode" : "null" ,
2021-04-05 19:28:02 +00:00
"options" : {
"alertThreshold" : true
} ,
2020-05-19 08:57:20 +00:00
"percentage" : false ,
2022-02-15 09:57:58 +00:00
"pluginVersion" : "8.3.5" ,
2020-05-19 08:57:20 +00:00
"pointradius" : 2 ,
"points" : false ,
"renderer" : "flot" ,
"seriesOverrides" : [ ] ,
"spaceLength" : 10 ,
"stack" : false ,
"steppedLine" : false ,
"targets" : [
{
2021-06-18 07:48:40 +00:00
"exemplar" : true ,
"expr" : "sum(go_goroutines{job=~\"$job\", instance=~\"$instance\"}) by(job, instance)" ,
2021-06-14 10:03:54 +00:00
"format" : "time_series" ,
2021-06-18 07:48:40 +00:00
"interval" : "" ,
2021-06-14 10:03:54 +00:00
"intervalFactor" : 2 ,
2021-06-18 07:48:40 +00:00
"legendFormat" : "{{instance}} ({{job}})" ,
2020-05-19 08:57:20 +00:00
"refId" : "A"
}
] ,
"thresholds" : [ ] ,
"timeRegions" : [ ] ,
2021-06-14 10:03:54 +00:00
"title" : "Goroutines ($instance)" ,
2020-05-19 08:57:20 +00:00
"tooltip" : {
"shared" : true ,
2021-03-18 10:04:12 +00:00
"sort" : 2 ,
2020-05-19 08:57:20 +00:00
"value_type" : "individual"
} ,
"type" : "graph" ,
"xaxis" : {
"mode" : "time" ,
"show" : true ,
"values" : [ ]
} ,
"yaxes" : [
{
2021-06-14 10:03:54 +00:00
"decimals" : 0 ,
2020-05-19 08:57:20 +00:00
"format" : "short" ,
"logBase" : 1 ,
2021-06-14 10:03:54 +00:00
"min" : "0" ,
2020-05-19 08:57:20 +00:00
"show" : true
} ,
{
"format" : "short" ,
"logBase" : 1 ,
"show" : true
}
] ,
"yaxis" : {
2021-12-20 15:32:05 +00:00
"align" : false
2020-05-19 08:57:20 +00:00
}
} ,
2019-11-07 10:09:27 +00:00
{
"aliasColors" : { } ,
"bars" : false ,
"dashLength" : 10 ,
"dashes" : false ,
2021-12-20 15:32:05 +00:00
"datasource" : {
"uid" : "$ds"
} ,
2022-02-15 09:57:58 +00:00
"description" : "Shows the number of bytes read/write from the storage layer." ,
"fieldConfig" : {
"defaults" : {
"links" : [ ]
} ,
"overrides" : [ ]
} ,
"fill" : 1 ,
2019-11-07 10:09:27 +00:00
"fillGradient" : 0 ,
"gridPos" : {
"h" : 8 ,
"w" : 12 ,
2021-06-14 10:03:54 +00:00
"x" : 12 ,
2022-02-15 09:57:58 +00:00
"y" : 59
2019-11-07 10:09:27 +00:00
} ,
2020-02-03 00:07:07 +00:00
"hiddenSeries" : false ,
2022-02-15 09:57:58 +00:00
"id" : 122 ,
2019-11-07 10:09:27 +00:00
"legend" : {
2021-06-14 10:03:54 +00:00
"alignAsTable" : true ,
"avg" : true ,
"current" : true ,
"max" : true ,
2019-11-07 10:09:27 +00:00
"min" : false ,
2021-06-14 10:03:54 +00:00
"show" : true ,
"sort" : "current" ,
"sortDesc" : true ,
2019-11-07 10:09:27 +00:00
"total" : false ,
2021-06-14 10:03:54 +00:00
"values" : true
2019-11-07 10:09:27 +00:00
} ,
"lines" : true ,
"linewidth" : 1 ,
2022-02-15 09:57:58 +00:00
"links" : [ ] ,
2019-11-07 10:09:27 +00:00
"nullPointMode" : "null" ,
2021-04-05 19:28:02 +00:00
"options" : {
"alertThreshold" : true
} ,
2019-11-07 10:09:27 +00:00
"percentage" : false ,
2022-02-15 09:57:58 +00:00
"pluginVersion" : "8.3.5" ,
2019-11-07 10:09:27 +00:00
"pointradius" : 2 ,
"points" : false ,
"renderer" : "flot" ,
2022-02-15 09:57:58 +00:00
"seriesOverrides" : [
{
"alias" : "/read .*/" ,
"transform" : "negative-Y"
}
] ,
2019-11-07 10:09:27 +00:00
"spaceLength" : 10 ,
"stack" : false ,
"steppedLine" : false ,
"targets" : [
{
2021-06-18 07:48:40 +00:00
"exemplar" : true ,
2022-04-22 14:37:57 +00:00
"expr" : "sum(rate(process_io_storage_read_bytes_total{job=~\"$job_storage\", instance=~\"$instance\"}[$__rate_interval])) by(instance)" ,
2022-02-15 09:57:58 +00:00
"format" : "time_series" ,
"hide" : false ,
2021-06-14 10:03:54 +00:00
"interval" : "" ,
2022-02-15 09:57:58 +00:00
"intervalFactor" : 1 ,
"legendFormat" : "read {{instance}}" ,
2019-11-07 10:09:27 +00:00
"refId" : "A"
2022-02-15 09:57:58 +00:00
} ,
{
2022-04-22 14:37:57 +00:00
"expr" : "sum(rate(process_io_storage_written_bytes_total{job=~\"$job_storage\", instance=~\"$instance\"}[$__rate_interval])) by(instance)" ,
2022-02-15 09:57:58 +00:00
"format" : "time_series" ,
"hide" : false ,
"interval" : "" ,
"intervalFactor" : 1 ,
"legendFormat" : "write {{instance}}" ,
"refId" : "B"
2019-11-07 10:09:27 +00:00
}
] ,
"thresholds" : [ ] ,
"timeRegions" : [ ] ,
2022-02-15 09:57:58 +00:00
"title" : "Disk writes/reads ($instance)" ,
2019-11-07 10:09:27 +00:00
"tooltip" : {
"shared" : true ,
2022-02-15 09:57:58 +00:00
"sort" : 0 ,
2019-11-07 10:09:27 +00:00
"value_type" : "individual"
} ,
"type" : "graph" ,
"xaxis" : {
"mode" : "time" ,
"show" : true ,
"values" : [ ]
} ,
"yaxes" : [
{
2022-02-15 09:57:58 +00:00
"format" : "bytes" ,
2019-11-07 10:09:27 +00:00
"logBase" : 1 ,
"show" : true
} ,
{
"format" : "short" ,
"logBase" : 1 ,
2022-02-15 09:57:58 +00:00
"min" : "0" ,
2019-11-07 10:09:27 +00:00
"show" : true
}
] ,
"yaxis" : {
2021-12-20 15:32:05 +00:00
"align" : false
2019-11-07 10:09:27 +00:00
}
} ,
{
"aliasColors" : { } ,
"bars" : false ,
"dashLength" : 10 ,
"dashes" : false ,
2021-12-20 15:32:05 +00:00
"datasource" : {
"uid" : "$ds"
} ,
2020-09-02 12:15:13 +00:00
"fieldConfig" : {
2021-06-14 10:03:54 +00:00
"defaults" : {
"links" : [ ]
} ,
2020-09-02 12:15:13 +00:00
"overrides" : [ ]
} ,
2021-06-18 07:48:40 +00:00
"fill" : 0 ,
2019-11-07 10:09:27 +00:00
"fillGradient" : 0 ,
"gridPos" : {
"h" : 8 ,
"w" : 12 ,
2021-06-14 10:03:54 +00:00
"x" : 0 ,
2022-02-15 09:57:58 +00:00
"y" : 67
2019-11-07 10:09:27 +00:00
} ,
2020-02-03 00:07:07 +00:00
"hiddenSeries" : false ,
2021-06-14 10:03:54 +00:00
"id" : 70 ,
2019-11-07 10:09:27 +00:00
"legend" : {
2021-06-14 10:03:54 +00:00
"alignAsTable" : true ,
"avg" : true ,
"current" : true ,
"max" : true ,
2019-11-07 10:09:27 +00:00
"min" : false ,
2021-06-14 10:03:54 +00:00
"show" : true ,
"sort" : "current" ,
"sortDesc" : true ,
2019-11-07 10:09:27 +00:00
"total" : false ,
2021-06-14 10:03:54 +00:00
"values" : true
2019-11-07 10:09:27 +00:00
} ,
"lines" : true ,
"linewidth" : 1 ,
2021-06-14 10:03:54 +00:00
"links" : [ ] ,
2019-11-07 10:09:27 +00:00
"nullPointMode" : "null" ,
2021-04-05 19:28:02 +00:00
"options" : {
"alertThreshold" : true
} ,
2019-11-07 10:09:27 +00:00
"percentage" : false ,
2022-02-15 09:57:58 +00:00
"pluginVersion" : "8.3.5" ,
2019-11-07 10:09:27 +00:00
"pointradius" : 2 ,
"points" : false ,
"renderer" : "flot" ,
"seriesOverrides" : [ ] ,
"spaceLength" : 10 ,
"stack" : false ,
"steppedLine" : false ,
"targets" : [
{
2021-06-18 07:48:40 +00:00
"exemplar" : true ,
"expr" : "sum(process_num_threads{job=~\"$job\", instance=~\"$instance\"}) by(job, instance)" ,
2021-06-14 10:03:54 +00:00
"format" : "time_series" ,
2021-06-18 07:48:40 +00:00
"interval" : "" ,
2021-06-14 10:03:54 +00:00
"intervalFactor" : 2 ,
2021-06-18 07:48:40 +00:00
"legendFormat" : "{{instance}} ({{job}})" ,
2019-11-07 10:09:27 +00:00
"refId" : "A"
}
] ,
"thresholds" : [ ] ,
"timeRegions" : [ ] ,
2021-06-14 10:03:54 +00:00
"title" : "Threads ($instance)" ,
2019-11-07 10:09:27 +00:00
"tooltip" : {
"shared" : true ,
2021-03-18 10:04:12 +00:00
"sort" : 2 ,
2019-11-07 10:09:27 +00:00
"value_type" : "individual"
} ,
"type" : "graph" ,
"xaxis" : {
"mode" : "time" ,
"show" : true ,
"values" : [ ]
} ,
"yaxes" : [
{
2021-06-14 10:03:54 +00:00
"decimals" : 0 ,
2021-03-18 10:04:12 +00:00
"format" : "short" ,
2019-11-07 10:09:27 +00:00
"logBase" : 1 ,
2021-06-14 10:03:54 +00:00
"min" : "0" ,
2019-11-07 10:09:27 +00:00
"show" : true
} ,
{
"format" : "short" ,
"logBase" : 1 ,
"show" : true
}
] ,
"yaxis" : {
2021-12-20 15:32:05 +00:00
"align" : false
2019-11-07 10:09:27 +00:00
}
2021-07-01 02:45:35 +00:00
} ,
{
"aliasColors" : { } ,
"bars" : false ,
"dashLength" : 10 ,
"dashes" : false ,
2021-12-20 15:32:05 +00:00
"datasource" : {
"uid" : "$ds"
} ,
2021-07-01 02:45:35 +00:00
"fill" : 0 ,
"fillGradient" : 0 ,
"gridPos" : {
"h" : 8 ,
"w" : 12 ,
"x" : 12 ,
2022-02-15 09:57:58 +00:00
"y" : 67
} ,
"hiddenSeries" : false ,
"id" : 119 ,
"legend" : {
"alignAsTable" : true ,
"avg" : true ,
"current" : true ,
"max" : true ,
"min" : false ,
"show" : true ,
"sort" : "current" ,
"sortDesc" : true ,
"total" : false ,
"values" : true
} ,
"lines" : true ,
"linewidth" : 1 ,
"nullPointMode" : "null" ,
"options" : {
"alertThreshold" : true
} ,
"percentage" : false ,
"pluginVersion" : "8.3.5" ,
"pointradius" : 2 ,
"points" : false ,
"renderer" : "flot" ,
"seriesOverrides" : [ ] ,
"spaceLength" : 10 ,
"stack" : false ,
"steppedLine" : false ,
"targets" : [
{
"exemplar" : true ,
"expr" : "sum(vm_tcplistener_conns{job=~\"$job\", instance=~\"$instance\"}) by(job, instance)" ,
"interval" : "" ,
"legendFormat" : "{{instance}} ({{job}})" ,
"refId" : "A"
}
] ,
"thresholds" : [ ] ,
"timeRegions" : [ ] ,
"title" : "TCP connections ($instance)" ,
"tooltip" : {
"shared" : true ,
"sort" : 2 ,
"value_type" : "individual"
} ,
"type" : "graph" ,
"xaxis" : {
"mode" : "time" ,
"show" : true ,
"values" : [ ]
} ,
"yaxes" : [
{
"format" : "short" ,
"logBase" : 1 ,
"show" : true
} ,
{
"format" : "short" ,
"logBase" : 1 ,
"show" : true
}
] ,
"yaxis" : {
"align" : false
}
} ,
{
"aliasColors" : { } ,
"bars" : false ,
"dashLength" : 10 ,
"dashes" : false ,
"datasource" : {
"uid" : "$ds"
} ,
"fill" : 0 ,
"fillGradient" : 0 ,
"gridPos" : {
"h" : 8 ,
"w" : 12 ,
"x" : 12 ,
"y" : 75
2021-07-01 02:45:35 +00:00
} ,
"hiddenSeries" : false ,
"id" : 120 ,
"legend" : {
"alignAsTable" : true ,
"avg" : true ,
"current" : true ,
"max" : true ,
"min" : false ,
"show" : true ,
"sort" : "current" ,
"sortDesc" : true ,
"total" : false ,
"values" : true
} ,
"lines" : true ,
"linewidth" : 1 ,
"nullPointMode" : "null" ,
"options" : {
"alertThreshold" : true
} ,
"percentage" : false ,
2022-02-15 09:57:58 +00:00
"pluginVersion" : "8.3.5" ,
2021-07-01 02:45:35 +00:00
"pointradius" : 2 ,
"points" : false ,
"renderer" : "flot" ,
"seriesOverrides" : [ ] ,
"spaceLength" : 10 ,
"stack" : false ,
"steppedLine" : false ,
"targets" : [
{
"exemplar" : true ,
2022-04-22 14:37:57 +00:00
"expr" : "sum(rate(vm_tcplistener_accepts_total{job=~\"$job\", instance=~\"$instance\"}[$__rate_interval])) by(job, instance)" ,
2021-07-01 02:45:35 +00:00
"interval" : "" ,
"legendFormat" : "{{instance}} ({{job}})" ,
"refId" : "A"
}
] ,
"thresholds" : [ ] ,
"timeRegions" : [ ] ,
"title" : "TCP connections rate ($instance)" ,
"tooltip" : {
"shared" : true ,
"sort" : 2 ,
"value_type" : "individual"
} ,
"type" : "graph" ,
"xaxis" : {
"mode" : "time" ,
"show" : true ,
"values" : [ ]
} ,
"yaxes" : [
{
"format" : "short" ,
"logBase" : 1 ,
"show" : true
} ,
{
"format" : "short" ,
"logBase" : 1 ,
"show" : true
}
] ,
"yaxis" : {
2021-12-20 15:32:05 +00:00
"align" : false
2021-07-01 02:45:35 +00:00
}
2020-05-19 08:57:20 +00:00
}
] ,
"title" : "Resource usage ($job)" ,
"type" : "row"
} ,
{
"collapsed" : true ,
2021-12-20 15:32:05 +00:00
"datasource" : {
"uid" : "$ds"
} ,
2020-05-19 08:57:20 +00:00
"gridPos" : {
"h" : 1 ,
"w" : 24 ,
"x" : 0 ,
2021-06-14 10:03:54 +00:00
"y" : 35
2020-05-19 08:57:20 +00:00
} ,
"id" : 106 ,
"panels" : [
2019-11-07 10:09:27 +00:00
{
"aliasColors" : { } ,
"bars" : false ,
"dashLength" : 10 ,
"dashes" : false ,
2021-12-20 15:32:05 +00:00
"datasource" : {
"uid" : "$ds"
} ,
2021-04-20 17:16:17 +00:00
"description" : "Shows the rate and total number of new series created over last 24h.\n\nHigh churn rate tightly connected with database performance and may result in unexpected OOM's or slow queries. It is recommended to always keep an eye on this metric to avoid unexpected cardinality \"explosions\".\n\nThe higher churn rate is, the more resources required to handle it. Consider to keep the churn rate as low as possible.\n\nTo investigate stats about most expensive series use `api/v1/status/tsdb` handler. More details here https://docs.victoriametrics.com/Cluster-VictoriaMetrics.html#url-format\n\nGood references to read:\n* https://www.robustperception.io/cardinality-is-key\n* https://valyala.medium.com/high-cardinality-tsdb-benchmarks-victoriametrics-vs-timescaledb-vs-influxdb-13e6ee64dd6b" ,
2020-09-02 12:15:13 +00:00
"fieldConfig" : {
"defaults" : {
"links" : [ ]
} ,
"overrides" : [ ]
} ,
2019-11-07 10:09:27 +00:00
"fill" : 1 ,
"fillGradient" : 0 ,
"gridPos" : {
"h" : 8 ,
"w" : 12 ,
"x" : 0 ,
2022-04-22 14:29:15 +00:00
"y" : 4
2019-11-07 10:09:27 +00:00
} ,
2020-02-03 00:07:07 +00:00
"hiddenSeries" : false ,
2020-05-19 08:57:20 +00:00
"id" : 102 ,
2019-11-07 10:09:27 +00:00
"legend" : {
2021-06-14 10:03:54 +00:00
"alignAsTable" : true ,
"avg" : true ,
"current" : true ,
"max" : true ,
2019-11-07 10:09:27 +00:00
"min" : false ,
2021-06-14 10:03:54 +00:00
"show" : true ,
"sort" : "current" ,
"sortDesc" : true ,
2019-11-07 10:09:27 +00:00
"total" : false ,
2021-06-14 10:03:54 +00:00
"values" : true
2019-11-07 10:09:27 +00:00
} ,
"lines" : true ,
"linewidth" : 1 ,
"nullPointMode" : "null" ,
2021-04-05 19:28:02 +00:00
"options" : {
"alertThreshold" : true
} ,
2019-11-07 10:09:27 +00:00
"percentage" : false ,
2022-02-15 19:57:21 +00:00
"pluginVersion" : "8.3.5" ,
2019-11-07 10:09:27 +00:00
"pointradius" : 2 ,
"points" : false ,
"renderer" : "flot" ,
2021-04-05 19:28:02 +00:00
"seriesOverrides" : [
{
"alias" : "new series over 24h" ,
"yaxis" : 2
}
] ,
2019-11-07 10:09:27 +00:00
"spaceLength" : 10 ,
"stack" : false ,
"steppedLine" : false ,
"targets" : [
{
2021-04-05 19:28:02 +00:00
"exemplar" : true ,
2022-04-22 14:37:57 +00:00
"expr" : "sum(rate(vm_new_timeseries_created_total{job=~\"$job_storage\", instance=~\"$instance\"}[$__rate_interval]))" ,
2021-04-05 19:28:02 +00:00
"interval" : "" ,
2020-05-19 08:57:20 +00:00
"legendFormat" : "churn rate" ,
2019-11-07 10:09:27 +00:00
"refId" : "A"
2021-04-05 19:28:02 +00:00
} ,
{
"exemplar" : true ,
"expr" : "sum(increase(vm_new_timeseries_created_total{job=~\"$job_storage\", instance=~\"$instance\"}[24h]))" ,
"hide" : false ,
"interval" : "" ,
"legendFormat" : "new series over 24h" ,
"refId" : "B"
2019-11-07 10:09:27 +00:00
}
] ,
"thresholds" : [ ] ,
"timeRegions" : [ ] ,
2020-05-19 08:57:20 +00:00
"title" : "Churn rate ($instance)" ,
2019-11-07 10:09:27 +00:00
"tooltip" : {
"shared" : true ,
"sort" : 0 ,
"value_type" : "individual"
} ,
"type" : "graph" ,
"xaxis" : {
"mode" : "time" ,
"show" : true ,
"values" : [ ]
} ,
"yaxes" : [
{
"format" : "short" ,
"logBase" : 1 ,
2020-09-02 12:15:13 +00:00
"min" : "0" ,
2019-11-07 10:09:27 +00:00
"show" : true
} ,
{
"format" : "short" ,
"logBase" : 1 ,
"show" : true
}
] ,
"yaxis" : {
2021-12-20 15:32:05 +00:00
"align" : false
2019-11-07 10:09:27 +00:00
}
} ,
{
"aliasColors" : { } ,
"bars" : false ,
"dashLength" : 10 ,
"dashes" : false ,
2021-12-20 15:32:05 +00:00
"datasource" : {
2022-04-22 14:36:55 +00:00
"type" : "prometheus" ,
2021-12-20 15:32:05 +00:00
"uid" : "$ds"
} ,
2022-04-22 14:36:55 +00:00
"description" : "Shows the rate of adding new items to the index. It should correlate with `Slow inserts` and `Churn rate` graphs and could help to determine the pressure on indexdb." ,
2020-09-02 12:15:13 +00:00
"fieldConfig" : {
"defaults" : {
"links" : [ ]
} ,
"overrides" : [ ]
} ,
2019-11-07 10:09:27 +00:00
"fill" : 1 ,
"fillGradient" : 0 ,
"gridPos" : {
"h" : 8 ,
"w" : 12 ,
"x" : 12 ,
2022-04-22 14:29:15 +00:00
"y" : 4
2019-11-07 10:09:27 +00:00
} ,
2020-02-03 00:07:07 +00:00
"hiddenSeries" : false ,
2022-04-22 14:36:55 +00:00
"id" : 147 ,
2019-11-07 10:09:27 +00:00
"legend" : {
2021-06-14 10:03:54 +00:00
"alignAsTable" : true ,
"avg" : true ,
"current" : true ,
"max" : true ,
2019-11-07 10:09:27 +00:00
"min" : false ,
2021-06-14 10:03:54 +00:00
"show" : true ,
"sort" : "current" ,
"sortDesc" : true ,
2019-11-07 10:09:27 +00:00
"total" : false ,
2021-06-14 10:03:54 +00:00
"values" : true
2019-11-07 10:09:27 +00:00
} ,
"lines" : true ,
"linewidth" : 1 ,
"nullPointMode" : "null" ,
2021-04-05 19:28:02 +00:00
"options" : {
"alertThreshold" : true
} ,
2019-11-07 10:09:27 +00:00
"percentage" : false ,
2022-02-15 19:57:21 +00:00
"pluginVersion" : "8.3.5" ,
2019-11-07 10:09:27 +00:00
"pointradius" : 2 ,
"points" : false ,
"renderer" : "flot" ,
"seriesOverrides" : [ ] ,
"spaceLength" : 10 ,
"stack" : false ,
"steppedLine" : false ,
"targets" : [
{
2022-04-22 14:36:55 +00:00
"datasource" : {
"type" : "prometheus" ,
"uid" : "$ds"
} ,
"exemplar" : true ,
2022-04-22 14:37:57 +00:00
"expr" : "sum(rate(vm_indexdb_items_added_total{job=~\"$job_storage\", instance=~\"$instance\"}[$__rate_interval]))" ,
2020-05-19 08:57:20 +00:00
"interval" : "" ,
2022-04-22 14:36:55 +00:00
"legendFormat" : "items" ,
2019-11-07 10:09:27 +00:00
"refId" : "A"
}
] ,
"thresholds" : [ ] ,
"timeRegions" : [ ] ,
2022-04-22 14:36:55 +00:00
"title" : "IndexDB items rate ($instance)" ,
2019-11-07 10:09:27 +00:00
"tooltip" : {
"shared" : true ,
"sort" : 0 ,
"value_type" : "individual"
} ,
"type" : "graph" ,
"xaxis" : {
"mode" : "time" ,
"show" : true ,
"values" : [ ]
} ,
"yaxes" : [
{
2022-04-22 14:36:55 +00:00
"$$hashKey" : "object:92" ,
2019-11-07 10:09:27 +00:00
"format" : "short" ,
"logBase" : 1 ,
2020-09-02 12:15:13 +00:00
"min" : "0" ,
2019-11-07 10:09:27 +00:00
"show" : true
} ,
{
2022-04-22 14:36:55 +00:00
"$$hashKey" : "object:93" ,
2019-11-07 10:09:27 +00:00
"format" : "short" ,
"logBase" : 1 ,
"show" : true
}
] ,
"yaxis" : {
2021-12-20 15:32:05 +00:00
"align" : false
2019-11-07 10:09:27 +00:00
}
} ,
{
"aliasColors" : { } ,
"bars" : false ,
"dashLength" : 10 ,
"dashes" : false ,
2021-12-20 15:32:05 +00:00
"datasource" : {
"uid" : "$ds"
} ,
2022-02-15 19:57:21 +00:00
"description" : "The percentage of slow inserts comparing to total insertion rate during the last 5 minutes. \n\nThe less value is better. If percentage remains high (>10%) during extended periods of time, then it is likely more RAM is needed for optimal handling of the current number of active time series. \n\nIn general, VictoriaMetrics requires ~1KB or RAM per active time series, so it should be easy calculating the required amounts of RAM for the current workload according to capacity planning docs. But the resulting number may be far from the real number because the required amounts of memory depends on may other factors such as the number of labels per time series and the length of label values." ,
2020-09-02 12:15:13 +00:00
"fieldConfig" : {
"defaults" : {
"links" : [ ]
} ,
"overrides" : [ ]
} ,
2019-11-07 10:09:27 +00:00
"fill" : 1 ,
"fillGradient" : 0 ,
"gridPos" : {
"h" : 8 ,
2021-02-18 22:50:21 +00:00
"w" : 12 ,
2019-11-07 10:09:27 +00:00
"x" : 0 ,
2022-04-22 14:29:15 +00:00
"y" : 12
2019-11-07 10:09:27 +00:00
} ,
2020-02-03 00:07:07 +00:00
"hiddenSeries" : false ,
2020-05-19 08:57:20 +00:00
"id" : 108 ,
2019-11-07 10:09:27 +00:00
"legend" : {
2021-06-14 10:03:54 +00:00
"alignAsTable" : true ,
"avg" : true ,
"current" : true ,
"max" : true ,
2019-11-07 10:09:27 +00:00
"min" : false ,
2021-06-14 10:03:54 +00:00
"show" : true ,
"sort" : "current" ,
"sortDesc" : true ,
2019-11-07 10:09:27 +00:00
"total" : false ,
2021-06-14 10:03:54 +00:00
"values" : true
2019-11-07 10:09:27 +00:00
} ,
"lines" : true ,
"linewidth" : 1 ,
"nullPointMode" : "null" ,
2021-04-05 19:28:02 +00:00
"options" : {
"alertThreshold" : true
} ,
2019-11-07 10:09:27 +00:00
"percentage" : false ,
2022-02-15 19:57:21 +00:00
"pluginVersion" : "8.3.5" ,
2019-11-07 10:09:27 +00:00
"pointradius" : 2 ,
"points" : false ,
"renderer" : "flot" ,
"seriesOverrides" : [ ] ,
"spaceLength" : 10 ,
"stack" : false ,
"steppedLine" : false ,
"targets" : [
{
2022-04-22 14:37:57 +00:00
"expr" : "sum(rate(vm_slow_row_inserts_total{job=~\"$job_storage\"}[$__rate_interval])) / sum(rate(vm_rows_inserted_total{job=~\"$job_insert\"}[$__rate_interval]))" ,
2020-05-19 08:57:20 +00:00
"interval" : "" ,
"legendFormat" : "slow inserts" ,
2019-11-07 10:09:27 +00:00
"refId" : "A"
}
] ,
2022-02-15 19:57:21 +00:00
"thresholds" : [
{
"$$hashKey" : "object:72" ,
"colorMode" : "critical" ,
"fill" : true ,
"line" : true ,
"op" : "gt" ,
"value" : 0.1 ,
"yaxis" : "left"
}
] ,
2019-11-07 10:09:27 +00:00
"timeRegions" : [ ] ,
2020-05-19 21:51:12 +00:00
"title" : "Slow inserts" ,
2020-05-19 08:57:20 +00:00
"tooltip" : {
"shared" : true ,
"sort" : 0 ,
"value_type" : "individual"
} ,
"type" : "graph" ,
"xaxis" : {
"mode" : "time" ,
"show" : true ,
"values" : [ ]
} ,
"yaxes" : [
{
2021-12-20 15:32:05 +00:00
"$$hashKey" : "object:738" ,
2020-05-19 21:51:12 +00:00
"format" : "percentunit" ,
2019-11-07 10:09:27 +00:00
"logBase" : 1 ,
2020-09-02 12:15:13 +00:00
"min" : "0" ,
2019-11-07 10:09:27 +00:00
"show" : true
} ,
{
2021-12-20 15:32:05 +00:00
"$$hashKey" : "object:739" ,
2019-11-07 10:09:27 +00:00
"format" : "short" ,
"logBase" : 1 ,
"show" : true
}
] ,
"yaxis" : {
2021-12-20 15:32:05 +00:00
"align" : false
2019-11-07 10:09:27 +00:00
}
2021-02-18 22:50:21 +00:00
} ,
{
"aliasColors" : { } ,
"bars" : false ,
"dashLength" : 10 ,
"dashes" : false ,
2021-12-20 15:32:05 +00:00
"datasource" : {
"uid" : "$ds"
} ,
2022-04-22 14:36:55 +00:00
"description" : "Slow queries according to `search.logSlowQueryDuration` flag, which is `5s` by default." ,
2021-02-18 22:50:21 +00:00
"fieldConfig" : {
"defaults" : {
"links" : [ ]
} ,
"overrides" : [ ]
} ,
"fill" : 1 ,
"fillGradient" : 0 ,
"gridPos" : {
"h" : 8 ,
"w" : 12 ,
"x" : 12 ,
2022-04-22 14:29:15 +00:00
"y" : 12
2021-02-18 22:50:21 +00:00
} ,
"hiddenSeries" : false ,
2022-04-22 14:36:55 +00:00
"id" : 107 ,
2021-02-18 22:50:21 +00:00
"legend" : {
2021-06-14 10:03:54 +00:00
"alignAsTable" : true ,
"avg" : true ,
"current" : true ,
"max" : true ,
2021-02-18 22:50:21 +00:00
"min" : false ,
2021-06-14 10:03:54 +00:00
"show" : true ,
"sort" : "current" ,
"sortDesc" : true ,
2021-02-18 22:50:21 +00:00
"total" : false ,
2021-06-14 10:03:54 +00:00
"values" : true
2021-02-18 22:50:21 +00:00
} ,
"lines" : true ,
"linewidth" : 1 ,
"nullPointMode" : "null" ,
2021-04-05 19:28:02 +00:00
"options" : {
"alertThreshold" : true
} ,
2021-02-18 22:50:21 +00:00
"percentage" : false ,
2022-02-15 19:57:21 +00:00
"pluginVersion" : "8.3.5" ,
2021-02-18 22:50:21 +00:00
"pointradius" : 2 ,
"points" : false ,
"renderer" : "flot" ,
"seriesOverrides" : [ ] ,
"spaceLength" : 10 ,
"stack" : false ,
"steppedLine" : false ,
"targets" : [
{
2022-04-22 14:37:57 +00:00
"expr" : "sum(rate(vm_slow_queries_total{job=~\"$job_select\", instance=~\"$instance\"}[$__rate_interval]))" ,
2021-02-18 22:50:21 +00:00
"interval" : "" ,
2022-04-22 14:36:55 +00:00
"legendFormat" : "slow queries rate" ,
2021-02-18 22:50:21 +00:00
"refId" : "A"
}
] ,
"thresholds" : [ ] ,
"timeRegions" : [ ] ,
2022-04-22 14:36:55 +00:00
"title" : "Slow queries rate ($instance)" ,
2021-02-18 22:50:21 +00:00
"tooltip" : {
"shared" : true ,
"sort" : 0 ,
"value_type" : "individual"
} ,
"type" : "graph" ,
"xaxis" : {
"mode" : "time" ,
"show" : true ,
"values" : [ ]
} ,
"yaxes" : [
{
2022-04-22 14:36:55 +00:00
"$$hashKey" : "object:892" ,
2021-06-14 10:03:54 +00:00
"format" : "short" ,
2021-02-18 22:50:21 +00:00
"logBase" : 1 ,
"min" : "0" ,
"show" : true
} ,
{
2022-04-22 14:36:55 +00:00
"$$hashKey" : "object:893" ,
2021-02-18 22:50:21 +00:00
"format" : "short" ,
"logBase" : 1 ,
"show" : true
}
] ,
"yaxis" : {
2021-12-20 15:32:05 +00:00
"align" : false
2021-02-18 22:50:21 +00:00
}
2021-12-20 15:32:05 +00:00
} ,
2019-11-07 10:09:27 +00:00
{
"aliasColors" : { } ,
"bars" : false ,
"dashLength" : 10 ,
"dashes" : false ,
2021-12-20 15:32:05 +00:00
"datasource" : {
"type" : "prometheus" ,
"uid" : "$ds"
} ,
"description" : "The value is above 0 when the vmstorage at the given `addr` communicates to the given vminsert node that it cannot accept new data because it is in the read-only mode." ,
2020-09-02 12:15:13 +00:00
"fieldConfig" : {
"defaults" : {
"links" : [ ]
} ,
"overrides" : [ ]
} ,
2019-11-07 10:09:27 +00:00
"fill" : 1 ,
"fillGradient" : 0 ,
"gridPos" : {
2021-12-20 15:32:05 +00:00
"h" : 8 ,
2019-11-07 10:09:27 +00:00
"w" : 12 ,
"x" : 0 ,
2022-04-22 14:29:15 +00:00
"y" : 20
2019-11-07 10:09:27 +00:00
} ,
2020-02-03 00:07:07 +00:00
"hiddenSeries" : false ,
2021-12-20 15:32:05 +00:00
"id" : 142 ,
2019-11-07 10:09:27 +00:00
"legend" : {
"alignAsTable" : true ,
"avg" : true ,
"current" : true ,
"max" : true ,
2021-06-14 10:03:54 +00:00
"min" : false ,
2019-11-07 10:09:27 +00:00
"show" : true ,
2021-06-14 10:03:54 +00:00
"sort" : "current" ,
"sortDesc" : true ,
2019-11-07 10:09:27 +00:00
"total" : false ,
"values" : true
} ,
"lines" : true ,
"linewidth" : 1 ,
2021-12-20 15:32:05 +00:00
"links" : [
{
"targetBlank" : true ,
"title" : "Readonly mode" ,
"url" : "https://docs.victoriametrics.com/Cluster-VictoriaMetrics.html#readonly-mode"
}
] ,
2019-11-07 10:09:27 +00:00
"nullPointMode" : "null" ,
2021-04-05 19:28:02 +00:00
"options" : {
"alertThreshold" : true
} ,
2019-11-07 10:09:27 +00:00
"percentage" : false ,
2022-02-15 19:57:21 +00:00
"pluginVersion" : "8.3.5" ,
2019-11-07 10:09:27 +00:00
"pointradius" : 1 ,
"points" : false ,
"renderer" : "flot" ,
"seriesOverrides" : [ ] ,
"spaceLength" : 10 ,
"stack" : false ,
"steppedLine" : false ,
"targets" : [
{
2021-12-20 15:32:05 +00:00
"datasource" : {
"type" : "prometheus" ,
"uid" : "$ds"
} ,
"exemplar" : true ,
"expr" : "sum(vm_rpc_vmstorage_is_read_only{job=~\"$job_insert\", instance=~\"$instance\"}) by(instance, addr)" ,
2019-11-07 10:09:27 +00:00
"format" : "time_series" ,
2021-12-20 15:32:05 +00:00
"interval" : "" ,
2019-11-07 10:09:27 +00:00
"intervalFactor" : 1 ,
2021-12-20 15:32:05 +00:00
"legendFormat" : "{{instance}} => {{addr}}" ,
"refId" : "A"
2019-11-07 10:09:27 +00:00
}
] ,
"thresholds" : [ ] ,
"timeRegions" : [ ] ,
2021-12-20 15:32:05 +00:00
"title" : "Storage in readonly status for vminsert ($instance)" ,
2019-11-07 10:09:27 +00:00
"tooltip" : {
"shared" : true ,
"sort" : 0 ,
"value_type" : "individual"
} ,
"type" : "graph" ,
"xaxis" : {
"mode" : "time" ,
"show" : true ,
"values" : [ ]
} ,
"yaxes" : [
{
2021-12-20 15:32:05 +00:00
"$$hashKey" : "object:536" ,
2019-11-07 10:09:27 +00:00
"format" : "short" ,
"logBase" : 1 ,
2020-09-02 12:15:13 +00:00
"min" : "0" ,
2019-11-07 10:09:27 +00:00
"show" : true
} ,
{
2021-12-20 15:32:05 +00:00
"$$hashKey" : "object:537" ,
2019-11-07 10:09:27 +00:00
"format" : "short" ,
"logBase" : 1 ,
2021-12-20 15:32:05 +00:00
"min" : "0" ,
2019-11-07 10:09:27 +00:00
"show" : true
}
] ,
"yaxis" : {
2021-12-20 15:32:05 +00:00
"align" : false
2019-11-07 10:09:27 +00:00
}
} ,
2022-04-22 14:36:55 +00:00
{
"aliasColors" : { } ,
"bars" : false ,
"dashLength" : 10 ,
"dashes" : false ,
"datasource" : {
"uid" : "$ds"
} ,
"description" : "VictoriaMetrics limits the number of labels per each metric with `-maxLabelsPerTimeseries` command-line flag.\n\nThis prevents from ingesting metrics with too many labels. The value of `maxLabelsPerTimeseries` must be adjusted for your workload.\n\nWhen limit is exceeded (graph is > 0) - extra labels are dropped, which could result in unexpected identical time series." ,
"fieldConfig" : {
"defaults" : {
"links" : [ ]
} ,
"overrides" : [ ]
} ,
"fill" : 1 ,
"fillGradient" : 0 ,
"gridPos" : {
"h" : 8 ,
"w" : 12 ,
"x" : 12 ,
"y" : 20
} ,
"hiddenSeries" : false ,
"id" : 116 ,
"legend" : {
"alignAsTable" : true ,
"avg" : true ,
"current" : true ,
"max" : true ,
"min" : false ,
"show" : true ,
"sort" : "current" ,
"sortDesc" : true ,
"total" : false ,
"values" : true
} ,
"lines" : true ,
"linewidth" : 1 ,
"links" : [ ] ,
"nullPointMode" : "null" ,
"options" : {
"alertThreshold" : true
} ,
"percentage" : false ,
"pluginVersion" : "8.3.5" ,
"pointradius" : 2 ,
"points" : false ,
"renderer" : "flot" ,
"seriesOverrides" : [ ] ,
"spaceLength" : 10 ,
"stack" : false ,
"steppedLine" : false ,
"targets" : [
{
"exemplar" : true ,
2022-04-22 14:37:57 +00:00
"expr" : "sum(increase(vm_metrics_with_dropped_labels_total{job=~\"$job_insert\", instance=~\"$instance\"}[$__rate_interval]))" ,
2022-04-22 14:36:55 +00:00
"format" : "time_series" ,
"hide" : false ,
"interval" : "" ,
"intervalFactor" : 1 ,
"legendFormat" : "metrics with dropped labels" ,
"refId" : "A"
}
] ,
"thresholds" : [ ] ,
"timeRegions" : [ ] ,
"title" : "Labels limit exceeded ($instance)" ,
"tooltip" : {
"shared" : true ,
"sort" : 0 ,
"value_type" : "individual"
} ,
"type" : "graph" ,
"xaxis" : {
"mode" : "time" ,
"show" : true ,
"values" : [ ]
} ,
"yaxes" : [
{
"$$hashKey" : "object:1046" ,
"decimals" : 2 ,
"format" : "short" ,
"logBase" : 1 ,
"min" : "0" ,
"show" : true
} ,
{
"$$hashKey" : "object:1047" ,
"format" : "short" ,
"logBase" : 1 ,
"min" : "0" ,
"show" : true
}
] ,
"yaxis" : {
"align" : false
}
} ,
2019-11-07 10:09:27 +00:00
{
"aliasColors" : { } ,
"bars" : false ,
"dashLength" : 10 ,
"dashes" : false ,
2021-12-20 15:32:05 +00:00
"datasource" : {
"type" : "prometheus" ,
"uid" : "$ds"
2020-09-02 12:15:13 +00:00
} ,
2021-12-20 15:32:05 +00:00
"description" : "Shows the percentage of used cache size from the allowed size by type. \nValues close to 100% show the maximum potential utilization.\nValues close to 0% show that cache is underutilized." ,
"fill" : 0 ,
2019-11-07 10:09:27 +00:00
"fillGradient" : 0 ,
"gridPos" : {
2021-12-20 15:32:05 +00:00
"h" : 8 ,
2019-11-07 10:09:27 +00:00
"w" : 12 ,
"x" : 12 ,
2022-04-22 14:36:55 +00:00
"y" : 28
2019-11-07 10:09:27 +00:00
} ,
2020-02-03 00:07:07 +00:00
"hiddenSeries" : false ,
2021-12-20 15:32:05 +00:00
"id" : 144 ,
2019-11-07 10:09:27 +00:00
"legend" : {
"alignAsTable" : true ,
"avg" : true ,
"current" : true ,
"max" : true ,
2021-06-14 10:03:54 +00:00
"min" : false ,
2019-11-07 10:09:27 +00:00
"show" : true ,
2021-06-14 10:03:54 +00:00
"sort" : "current" ,
"sortDesc" : true ,
2019-11-07 10:09:27 +00:00
"total" : false ,
"values" : true
} ,
"lines" : true ,
"linewidth" : 1 ,
"nullPointMode" : "null" ,
2021-04-05 19:28:02 +00:00
"options" : {
"alertThreshold" : true
} ,
2019-11-07 10:09:27 +00:00
"percentage" : false ,
2022-02-15 19:57:21 +00:00
"pluginVersion" : "8.3.5" ,
2021-12-20 15:32:05 +00:00
"pointradius" : 2 ,
2019-11-07 10:09:27 +00:00
"points" : false ,
"renderer" : "flot" ,
"seriesOverrides" : [ ] ,
"spaceLength" : 10 ,
"stack" : false ,
"steppedLine" : false ,
"targets" : [
{
2021-12-20 15:32:05 +00:00
"datasource" : {
"type" : "prometheus" ,
"uid" : "$ds"
} ,
"exemplar" : true ,
"expr" : "vm_cache_size_bytes{job=~\"$job_storage\", instance=~\"$instance\"} / vm_cache_size_max_bytes{job=~\"$job\", instance=~\"$instance\"}" ,
"interval" : "" ,
"legendFormat" : "{{ instance }} / {{ type }}" ,
2019-11-07 10:09:27 +00:00
"refId" : "A"
}
] ,
"thresholds" : [ ] ,
"timeRegions" : [ ] ,
2021-12-20 15:32:05 +00:00
"title" : "Cache usage % by vmstorage ($instance)" ,
2019-11-07 10:09:27 +00:00
"tooltip" : {
"shared" : true ,
2021-12-20 15:32:05 +00:00
"sort" : 2 ,
2019-11-07 10:09:27 +00:00
"value_type" : "individual"
} ,
"type" : "graph" ,
"xaxis" : {
"mode" : "time" ,
"show" : true ,
"values" : [ ]
} ,
"yaxes" : [
{
2021-12-20 15:32:05 +00:00
"$$hashKey" : "object:107" ,
"format" : "percentunit" ,
2019-11-07 10:09:27 +00:00
"logBase" : 1 ,
"show" : true
} ,
{
2021-12-20 15:32:05 +00:00
"$$hashKey" : "object:108" ,
2019-11-07 10:09:27 +00:00
"format" : "short" ,
"logBase" : 1 ,
"show" : true
}
] ,
"yaxis" : {
2021-12-20 15:32:05 +00:00
"align" : false
2019-11-07 10:09:27 +00:00
}
2021-12-20 15:32:05 +00:00
}
] ,
"title" : "Troubleshooting" ,
"type" : "row"
} ,
{
"collapsed" : true ,
"datasource" : {
"uid" : "$ds"
} ,
"gridPos" : {
"h" : 1 ,
"w" : 24 ,
"x" : 0 ,
"y" : 36
} ,
"id" : 48 ,
"panels" : [
2019-11-07 10:09:27 +00:00
{
"aliasColors" : { } ,
"bars" : false ,
"dashLength" : 10 ,
"dashes" : false ,
2021-12-20 15:32:05 +00:00
"datasource" : {
"uid" : "$ds"
} ,
2022-04-22 14:32:20 +00:00
"description" : "Shows number of pushed and sent rows. \n* `Pushed rows` - rows added to internal inserter buffers before send\n* `Sent rows` - successfully transmitted rows to storage nodes\n\nPlease note, it could be that `Sent > Pushed` because of the replication factor." ,
2020-09-02 12:15:13 +00:00
"fieldConfig" : {
"defaults" : {
"links" : [ ]
} ,
"overrides" : [ ]
} ,
2019-11-07 10:09:27 +00:00
"fill" : 1 ,
"fillGradient" : 0 ,
"gridPos" : {
2021-12-20 15:32:05 +00:00
"h" : 9 ,
2019-11-07 10:09:27 +00:00
"w" : 12 ,
2021-12-20 15:32:05 +00:00
"x" : 0 ,
"y" : 5
2019-11-07 10:09:27 +00:00
} ,
2020-02-03 00:07:07 +00:00
"hiddenSeries" : false ,
2021-12-20 15:32:05 +00:00
"id" : 76 ,
2019-11-07 10:09:27 +00:00
"legend" : {
"alignAsTable" : true ,
"avg" : true ,
"current" : true ,
"max" : true ,
2021-06-14 10:03:54 +00:00
"min" : false ,
2019-11-07 10:09:27 +00:00
"show" : true ,
2021-06-14 10:03:54 +00:00
"sort" : "current" ,
"sortDesc" : true ,
2019-11-07 10:09:27 +00:00
"total" : false ,
"values" : true
} ,
"lines" : true ,
"linewidth" : 1 ,
"links" : [ ] ,
"nullPointMode" : "null" ,
2021-04-05 19:28:02 +00:00
"options" : {
"alertThreshold" : true
} ,
2019-11-07 10:09:27 +00:00
"percentage" : false ,
2022-04-22 14:32:20 +00:00
"pluginVersion" : "8.3.5" ,
2019-11-07 10:09:27 +00:00
"pointradius" : 1 ,
"points" : false ,
"renderer" : "flot" ,
"seriesOverrides" : [ ] ,
"spaceLength" : 10 ,
"stack" : false ,
"steppedLine" : false ,
"targets" : [
{
2021-12-20 15:32:05 +00:00
"expr" : "sum(rate(vm_rpc_rows_pushed_total{job=~\"$job\",instance=~\"$instance\"}[2m]))" ,
2019-11-07 10:09:27 +00:00
"format" : "time_series" ,
"intervalFactor" : 1 ,
2021-12-20 15:32:05 +00:00
"legendFormat" : "Pushed" ,
"refId" : "B"
} ,
{
"expr" : "sum(rate(vm_rpc_rows_sent_total{job=~\"$job\",instance=~\"$instance\"}[2m]))" ,
"format" : "time_series" ,
"intervalFactor" : 1 ,
"legendFormat" : "Sent" ,
"refId" : "E"
2019-11-07 10:09:27 +00:00
}
] ,
"thresholds" : [ ] ,
"timeRegions" : [ ] ,
2021-12-20 15:32:05 +00:00
"title" : "Rows ($instance)" ,
2019-11-07 10:09:27 +00:00
"tooltip" : {
"shared" : true ,
"sort" : 0 ,
"value_type" : "individual"
} ,
"type" : "graph" ,
"xaxis" : {
"mode" : "time" ,
"show" : true ,
"values" : [ ]
} ,
"yaxes" : [
{
2021-12-20 15:32:05 +00:00
"$$hashKey" : "object:1108" ,
"format" : "short" ,
2019-11-07 10:09:27 +00:00
"logBase" : 1 ,
2020-09-01 18:56:56 +00:00
"min" : "0" ,
2019-11-07 10:09:27 +00:00
"show" : true
} ,
{
2021-12-20 15:32:05 +00:00
"$$hashKey" : "object:1109" ,
2019-11-07 10:09:27 +00:00
"format" : "short" ,
"logBase" : 1 ,
"show" : true
}
] ,
"yaxis" : {
2021-12-20 15:32:05 +00:00
"align" : false
2019-11-07 10:09:27 +00:00
}
} ,
{
"aliasColors" : { } ,
"bars" : false ,
"dashLength" : 10 ,
"dashes" : false ,
2021-12-20 15:32:05 +00:00
"datasource" : {
"uid" : "$ds"
} ,
"description" : "Rate of RPC errors by type:\n* `Connection` - the number of connection errors to vmstorage node\n* `Dial` - the number of dial errors to vmstorage node.\n* `Handshake` - the number of handshake errors to vmstorage node\n* `Rerouted` - errors appeared during rerouting of rows from un-healthy storage node to a healthy one." ,
2020-09-02 12:15:13 +00:00
"fieldConfig" : {
"defaults" : {
"links" : [ ]
} ,
"overrides" : [ ]
} ,
2019-11-07 10:09:27 +00:00
"fill" : 1 ,
"fillGradient" : 0 ,
"gridPos" : {
2021-12-20 15:32:05 +00:00
"h" : 9 ,
2019-11-07 10:09:27 +00:00
"w" : 12 ,
2021-12-20 15:32:05 +00:00
"x" : 12 ,
"y" : 5
2019-11-07 10:09:27 +00:00
} ,
2020-02-03 00:07:07 +00:00
"hiddenSeries" : false ,
2021-12-20 15:32:05 +00:00
"id" : 86 ,
2019-11-07 10:09:27 +00:00
"legend" : {
"alignAsTable" : true ,
"avg" : true ,
"current" : true ,
2021-06-14 10:03:54 +00:00
"max" : true ,
2019-11-07 10:09:27 +00:00
"min" : false ,
"show" : true ,
2021-06-14 10:03:54 +00:00
"sort" : "current" ,
"sortDesc" : true ,
2019-11-07 10:09:27 +00:00
"total" : false ,
"values" : true
} ,
"lines" : true ,
"linewidth" : 1 ,
2021-12-20 15:32:05 +00:00
"links" : [ ] ,
2019-11-07 10:09:27 +00:00
"nullPointMode" : "null" ,
2021-04-05 19:28:02 +00:00
"options" : {
"alertThreshold" : true
} ,
2019-11-07 10:09:27 +00:00
"percentage" : false ,
2022-04-22 14:32:20 +00:00
"pluginVersion" : "8.3.5" ,
2021-12-20 15:32:05 +00:00
"pointradius" : 1 ,
2019-11-07 10:09:27 +00:00
"points" : false ,
"renderer" : "flot" ,
2021-12-20 15:32:05 +00:00
"seriesOverrides" : [ ] ,
2019-11-07 10:09:27 +00:00
"spaceLength" : 10 ,
"stack" : false ,
"steppedLine" : false ,
"targets" : [
{
2022-04-22 14:37:57 +00:00
"expr" : "sum(rate(vm_rpc_connection_errors_total{job=~\"$job\",instance=~\"$instance\"}[$__rate_interval]))" ,
2021-12-20 15:32:05 +00:00
"format" : "time_series" ,
"intervalFactor" : 1 ,
"legendFormat" : "Connection" ,
2019-11-07 10:09:27 +00:00
"refId" : "A"
} ,
{
2022-04-22 14:37:57 +00:00
"expr" : "sum(rate(vm_rpc_dial_errors_total{job=~\"$job\",instance=~\"$instance\"}[$__rate_interval]))" ,
2021-12-20 15:32:05 +00:00
"format" : "time_series" ,
"intervalFactor" : 1 ,
"legendFormat" : "Dial" ,
"refId" : "B"
} ,
{
2022-04-22 14:37:57 +00:00
"expr" : "sum(rate(vm_rpc_handshake_errors_total{job=~\"$job\",instance=~\"$instance\"}[$__rate_interval]))" ,
2021-12-20 15:32:05 +00:00
"format" : "time_series" ,
"intervalFactor" : 1 ,
"legendFormat" : "Handshake" ,
"refId" : "E"
}
] ,
"thresholds" : [ ] ,
"timeRegions" : [ ] ,
"title" : "RPC errors ($instance)" ,
"tooltip" : {
"shared" : true ,
"sort" : 0 ,
"value_type" : "individual"
} ,
"type" : "graph" ,
"xaxis" : {
"mode" : "time" ,
"show" : true ,
"values" : [ ]
} ,
"yaxes" : [
{
"format" : "short" ,
"logBase" : 1 ,
"min" : "0" ,
"show" : true
} ,
{
"format" : "short" ,
"logBase" : 1 ,
"show" : true
}
] ,
"yaxis" : {
"align" : false
}
} ,
{
"aliasColors" : { } ,
"bars" : false ,
"dashLength" : 10 ,
"dashes" : false ,
"datasource" : {
"uid" : "$ds"
} ,
"description" : "The number of rows rerouted to the vmstorage node from other nodes when they were unhealthy." ,
"fieldConfig" : {
"defaults" : {
"links" : [ ]
} ,
"overrides" : [ ]
} ,
"fill" : 1 ,
"fillGradient" : 0 ,
"gridPos" : {
"h" : 8 ,
"w" : 12 ,
"x" : 0 ,
"y" : 14
} ,
"hiddenSeries" : false ,
"id" : 80 ,
"legend" : {
"alignAsTable" : true ,
"avg" : true ,
"current" : true ,
"max" : true ,
"min" : false ,
"show" : true ,
"sort" : "current" ,
"sortDesc" : true ,
"total" : false ,
"values" : true
} ,
"lines" : true ,
"linewidth" : 1 ,
"links" : [ ] ,
"nullPointMode" : "null" ,
"options" : {
"alertThreshold" : true
} ,
"percentage" : false ,
2022-04-22 14:32:20 +00:00
"pluginVersion" : "8.3.5" ,
2021-12-20 15:32:05 +00:00
"pointradius" : 1 ,
"points" : false ,
"renderer" : "flot" ,
"seriesOverrides" : [ ] ,
"spaceLength" : 10 ,
"stack" : false ,
"steppedLine" : false ,
"targets" : [
{
"exemplar" : true ,
2022-04-22 14:37:57 +00:00
"expr" : "sum(rate(vm_rpc_rows_rerouted_to_here_total{job=~\"$job\", instance=~\"$instance\"}[$__rate_interval])) by(addr)" ,
2021-12-20 15:32:05 +00:00
"format" : "time_series" ,
"interval" : "" ,
"intervalFactor" : 1 ,
"legendFormat" : "{{addr}}" ,
"refId" : "A"
}
] ,
"thresholds" : [ ] ,
"timeRegions" : [ ] ,
"title" : "Rows ($instance) rerouted to " ,
"tooltip" : {
"shared" : true ,
"sort" : 0 ,
"value_type" : "individual"
} ,
"type" : "graph" ,
"xaxis" : {
"mode" : "time" ,
"show" : true ,
"values" : [ ]
} ,
"yaxes" : [
{
"format" : "rps" ,
"logBase" : 1 ,
"min" : "0" ,
"show" : true
} ,
{
"format" : "short" ,
"logBase" : 1 ,
"show" : true
}
] ,
"yaxis" : {
"align" : false
}
} ,
{
"aliasColors" : { } ,
"bars" : false ,
"dashLength" : 10 ,
"dashes" : false ,
"datasource" : {
"uid" : "$ds"
} ,
"description" : "The number of rows rerouted from the vmstorage node to healthy nodes when the given node was unhealthy." ,
"fieldConfig" : {
"defaults" : {
"links" : [ ]
} ,
"overrides" : [ ]
} ,
"fill" : 1 ,
"fillGradient" : 0 ,
"gridPos" : {
"h" : 8 ,
"w" : 12 ,
"x" : 12 ,
"y" : 14
} ,
"hiddenSeries" : false ,
"id" : 78 ,
"legend" : {
"alignAsTable" : true ,
"avg" : true ,
"current" : true ,
"max" : true ,
"min" : false ,
"show" : true ,
"sort" : "current" ,
"sortDesc" : true ,
"total" : false ,
"values" : true
} ,
"lines" : true ,
"linewidth" : 1 ,
"links" : [ ] ,
"nullPointMode" : "null" ,
"options" : {
"alertThreshold" : true
} ,
"percentage" : false ,
2022-04-22 14:32:20 +00:00
"pluginVersion" : "8.3.5" ,
2021-12-20 15:32:05 +00:00
"pointradius" : 1 ,
"points" : false ,
"renderer" : "flot" ,
"seriesOverrides" : [ ] ,
"spaceLength" : 10 ,
"stack" : false ,
"steppedLine" : false ,
"targets" : [
{
"exemplar" : true ,
2022-04-22 14:37:57 +00:00
"expr" : "sum(rate(vm_rpc_rows_rerouted_from_here_total{job=~\"$job\", instance=~\"$instance\"}[$__rate_interval])) by(addr)" ,
2021-12-20 15:32:05 +00:00
"format" : "time_series" ,
"interval" : "" ,
"intervalFactor" : 1 ,
"legendFormat" : "{{addr}}" ,
"refId" : "A"
}
] ,
"thresholds" : [ ] ,
"timeRegions" : [ ] ,
"title" : "Rows ($instance) rerouted from" ,
"tooltip" : {
"shared" : true ,
"sort" : 0 ,
"value_type" : "individual"
} ,
"type" : "graph" ,
"xaxis" : {
"mode" : "time" ,
"show" : true ,
"values" : [ ]
} ,
"yaxes" : [
{
"format" : "rps" ,
"logBase" : 1 ,
"min" : "0" ,
"show" : true
} ,
{
"format" : "short" ,
"logBase" : 1 ,
"min" : "0" ,
"show" : true
}
] ,
"yaxis" : {
"align" : false
}
} ,
{
"aliasColors" : { } ,
"bars" : false ,
"dashLength" : 10 ,
"dashes" : false ,
"datasource" : {
"uid" : "$ds"
} ,
"description" : "The number of rows or bytes that vminesrt internal buffer contains at the moment." ,
"fieldConfig" : {
"defaults" : {
"links" : [ ]
} ,
"overrides" : [ ]
} ,
"fill" : 1 ,
"fillGradient" : 0 ,
"gridPos" : {
"h" : 8 ,
"w" : 12 ,
"x" : 0 ,
"y" : 22
} ,
"hiddenSeries" : false ,
"id" : 82 ,
"legend" : {
"alignAsTable" : true ,
"avg" : true ,
"current" : true ,
"max" : true ,
"min" : false ,
"show" : true ,
"sort" : "current" ,
"sortDesc" : true ,
"total" : false ,
"values" : true
} ,
"lines" : true ,
"linewidth" : 1 ,
"nullPointMode" : "null" ,
"options" : {
"alertThreshold" : true
} ,
"percentage" : false ,
2022-04-22 14:32:20 +00:00
"pluginVersion" : "8.3.5" ,
2021-12-20 15:32:05 +00:00
"pointradius" : 2 ,
"points" : false ,
"renderer" : "flot" ,
"seriesOverrides" : [
{
"alias" : "bytes" ,
"yaxis" : 2
}
] ,
"spaceLength" : 10 ,
"stack" : false ,
"steppedLine" : false ,
"targets" : [
{
"expr" : "sum(vm_rpc_buf_pending_bytes{job=~\"$job\", instance=~\"$instance\"})" ,
"legendFormat" : "bytes" ,
"refId" : "A"
} ,
{
"expr" : "sum(vm_rpc_rows_pending{job=~\"$job\", instance=~\"$instance\"})" ,
2019-11-07 10:09:27 +00:00
"legendFormat" : "rows" ,
"refId" : "B"
}
] ,
"thresholds" : [ ] ,
"timeRegions" : [ ] ,
"title" : "Pending" ,
"tooltip" : {
"shared" : true ,
"sort" : 0 ,
"value_type" : "individual"
} ,
"type" : "graph" ,
"xaxis" : {
"mode" : "time" ,
"show" : true ,
"values" : [ ]
} ,
"yaxes" : [
{
"format" : "short" ,
"logBase" : 1 ,
2020-09-01 18:56:56 +00:00
"min" : "0" ,
2019-11-07 10:09:27 +00:00
"show" : true
} ,
{
"format" : "bytes" ,
"logBase" : 1 ,
2020-09-01 18:56:56 +00:00
"min" : "0" ,
2019-11-07 10:09:27 +00:00
"show" : true
}
] ,
"yaxis" : {
2021-12-20 15:32:05 +00:00
"align" : false
2019-11-07 10:09:27 +00:00
}
} ,
2021-03-18 10:04:12 +00:00
{
"aliasColors" : { } ,
"bars" : false ,
"dashLength" : 10 ,
"dashes" : false ,
2021-12-20 15:32:05 +00:00
"datasource" : {
"uid" : "$ds"
} ,
2021-03-18 10:04:12 +00:00
"description" : "Network usage by internal VictoriaMetrics RPC protocol" ,
"fieldConfig" : {
"defaults" : {
"links" : [ ]
} ,
"overrides" : [ ]
} ,
"fill" : 1 ,
"fillGradient" : 0 ,
"gridPos" : {
"h" : 8 ,
"w" : 12 ,
2021-06-14 10:03:54 +00:00
"x" : 12 ,
"y" : 22
2021-03-18 10:04:12 +00:00
} ,
"hiddenSeries" : false ,
"id" : 74 ,
"legend" : {
2021-06-14 10:03:54 +00:00
"alignAsTable" : true ,
"avg" : true ,
"current" : true ,
"max" : true ,
2021-03-18 10:04:12 +00:00
"min" : false ,
2021-06-14 10:03:54 +00:00
"show" : true ,
"sort" : "current" ,
"sortDesc" : true ,
2021-03-18 10:04:12 +00:00
"total" : false ,
2021-06-14 10:03:54 +00:00
"values" : true
2021-03-18 10:04:12 +00:00
} ,
"lines" : true ,
"linewidth" : 1 ,
"nullPointMode" : "null" ,
2021-04-05 19:28:02 +00:00
"options" : {
"alertThreshold" : true
} ,
2021-03-18 10:04:12 +00:00
"percentage" : false ,
2022-04-22 14:32:20 +00:00
"pluginVersion" : "8.3.5" ,
2021-03-18 10:04:12 +00:00
"pointradius" : 2 ,
"points" : false ,
"renderer" : "flot" ,
"seriesOverrides" : [ ] ,
"spaceLength" : 10 ,
"stack" : false ,
"steppedLine" : false ,
"targets" : [
{
2022-04-22 14:37:57 +00:00
"expr" : "sum(rate(vm_tcpdialer_written_bytes_total{job=~\"$job\", instance=~\"$instance\"}[$__rate_interval])) * 8" ,
2021-03-18 10:04:12 +00:00
"legendFormat" : "network usage" ,
"refId" : "A"
}
] ,
"thresholds" : [ ] ,
"timeRegions" : [ ] ,
"title" : "RPC network usage ($instance)" ,
"tooltip" : {
"shared" : true ,
"sort" : 0 ,
"value_type" : "individual"
} ,
"type" : "graph" ,
"xaxis" : {
"mode" : "time" ,
"show" : true ,
"values" : [ ]
} ,
"yaxes" : [
{
"format" : "bps" ,
"logBase" : 1 ,
"min" : "0" ,
"show" : true
} ,
{
"format" : "short" ,
"logBase" : 1 ,
"show" : true
}
] ,
"yaxis" : {
2021-12-20 15:32:05 +00:00
"align" : false
2021-03-18 10:04:12 +00:00
}
}
] ,
"title" : "Interconnection ($job)" ,
"type" : "row"
} ,
{
"collapsed" : true ,
2021-12-20 15:32:05 +00:00
"datasource" : {
"uid" : "$ds"
} ,
2021-03-18 10:04:12 +00:00
"gridPos" : {
"h" : 1 ,
"w" : 24 ,
"x" : 0 ,
2021-06-14 10:03:54 +00:00
"y" : 37
2021-03-18 10:04:12 +00:00
} ,
"id" : 60 ,
"panels" : [
{
"aliasColors" : { } ,
"bars" : false ,
"dashLength" : 10 ,
"dashes" : false ,
2021-12-20 15:32:05 +00:00
"datasource" : {
"uid" : "$ds"
} ,
2021-03-18 10:04:12 +00:00
"description" : "VictoriaMetrics stores various caches in RAM. Memory size for these caches may be limited with -`memory.allowedPercent` flag. Line `max allowed` shows max allowed memory size for cache." ,
"fieldConfig" : {
"defaults" : {
"links" : [ ]
} ,
"overrides" : [ ]
} ,
"fill" : 1 ,
"fillGradient" : 0 ,
"gridPos" : {
"h" : 8 ,
2021-06-14 10:03:54 +00:00
"w" : 24 ,
2021-03-18 10:04:12 +00:00
"x" : 0 ,
2021-06-14 10:03:54 +00:00
"y" : 6
2021-03-18 10:04:12 +00:00
} ,
"hiddenSeries" : false ,
"id" : 57 ,
"legend" : {
"alignAsTable" : true ,
"avg" : true ,
"current" : true ,
"max" : false ,
"min" : false ,
2021-06-14 10:03:54 +00:00
"rightSide" : true ,
2021-03-18 10:04:12 +00:00
"show" : true ,
2021-06-14 10:03:54 +00:00
"sort" : "current" ,
"sortDesc" : true ,
2021-03-18 10:04:12 +00:00
"total" : false ,
"values" : true
} ,
"lines" : true ,
"linewidth" : 1 ,
"links" : [ ] ,
"nullPointMode" : "null" ,
2021-04-05 19:28:02 +00:00
"options" : {
"alertThreshold" : true
} ,
2021-03-18 10:04:12 +00:00
"percentage" : false ,
2021-06-14 10:03:54 +00:00
"pluginVersion" : "8.0.0" ,
2021-03-18 10:04:12 +00:00
"pointradius" : 2 ,
"points" : false ,
"renderer" : "flot" ,
"seriesOverrides" : [
{
"alias" : "max allowed" ,
"color" : "#C4162A" ,
"fill" : 0 ,
"stack" : false
}
] ,
"spaceLength" : 10 ,
"stack" : true ,
"steppedLine" : false ,
"targets" : [
{
"expr" : "sum(vm_cache_size_bytes{job=~\"$job\", instance=~\"$instance\"}) by(type)" ,
"format" : "time_series" ,
"hide" : false ,
"intervalFactor" : 1 ,
"legendFormat" : "{{type}}" ,
"refId" : "A"
} ,
{
"expr" : "sum(vm_allowed_memory_bytes{job=~\"$job\", instance=~\"$instance\"})" ,
"format" : "time_series" ,
"hide" : false ,
"intervalFactor" : 1 ,
"legendFormat" : "max allowed" ,
"refId" : "B"
}
] ,
"thresholds" : [ ] ,
"timeRegions" : [ ] ,
"title" : "Cache size ($instance)" ,
2019-11-07 10:09:27 +00:00
"tooltip" : {
"shared" : true ,
2021-03-18 10:04:12 +00:00
"sort" : 2 ,
2019-11-07 10:09:27 +00:00
"value_type" : "individual"
} ,
"type" : "graph" ,
"xaxis" : {
"mode" : "time" ,
"show" : true ,
"values" : [ ]
} ,
"yaxes" : [
{
2021-03-18 10:04:12 +00:00
"format" : "bytes" ,
2019-11-07 10:09:27 +00:00
"logBase" : 1 ,
2020-09-02 12:15:13 +00:00
"min" : "0" ,
2019-11-07 10:09:27 +00:00
"show" : true
} ,
{
2021-03-18 10:04:12 +00:00
"format" : "short" ,
2019-11-07 10:09:27 +00:00
"logBase" : 1 ,
2021-03-18 10:04:12 +00:00
"min" : "0" ,
2019-11-07 10:09:27 +00:00
"show" : true
}
] ,
"yaxis" : {
2021-12-20 15:32:05 +00:00
"align" : false
2019-11-07 10:09:27 +00:00
}
} ,
{
"aliasColors" : { } ,
"bars" : false ,
"dashLength" : 10 ,
"dashes" : false ,
2021-12-20 15:32:05 +00:00
"datasource" : {
"uid" : "$ds"
} ,
2021-03-18 10:04:12 +00:00
"description" : "VictoriaMetrics stores various caches in RAM. Memory size for these caches may be limited with -`memory.allowedPercent` flag. Line `max allowed` shows max allowed memory size for cache." ,
2020-09-02 12:15:13 +00:00
"fieldConfig" : {
"defaults" : {
"links" : [ ]
} ,
"overrides" : [ ]
} ,
2021-04-05 19:28:02 +00:00
"fill" : 0 ,
2019-11-07 10:09:27 +00:00
"fillGradient" : 0 ,
"gridPos" : {
"h" : 8 ,
2021-06-14 10:03:54 +00:00
"w" : 24 ,
"x" : 0 ,
"y" : 14
2019-11-07 10:09:27 +00:00
} ,
2020-02-03 00:07:07 +00:00
"hiddenSeries" : false ,
2021-03-18 10:04:12 +00:00
"id" : 58 ,
2019-11-07 10:09:27 +00:00
"legend" : {
2021-06-14 10:03:54 +00:00
"alignAsTable" : true ,
"avg" : true ,
"current" : true ,
"max" : true ,
2019-11-07 10:09:27 +00:00
"min" : false ,
2021-06-14 10:03:54 +00:00
"rightSide" : true ,
"show" : true ,
"sort" : "current" ,
"sortDesc" : true ,
2019-11-07 10:09:27 +00:00
"total" : false ,
2021-06-14 10:03:54 +00:00
"values" : true
2019-11-07 10:09:27 +00:00
} ,
"lines" : true ,
"linewidth" : 1 ,
2021-03-18 10:04:12 +00:00
"links" : [ ] ,
2019-11-07 10:09:27 +00:00
"nullPointMode" : "null" ,
2021-04-05 19:28:02 +00:00
"options" : {
"alertThreshold" : true
} ,
2019-11-07 10:09:27 +00:00
"percentage" : false ,
2021-06-14 10:03:54 +00:00
"pluginVersion" : "8.0.0" ,
2019-11-07 10:09:27 +00:00
"pointradius" : 2 ,
"points" : false ,
"renderer" : "flot" ,
"seriesOverrides" : [ ] ,
"spaceLength" : 10 ,
"stack" : false ,
"steppedLine" : false ,
"targets" : [
{
2021-04-05 19:28:02 +00:00
"exemplar" : true ,
2022-04-22 14:37:57 +00:00
"expr" : "1 - (\n sum(rate(vm_cache_misses_total{job=~\"$job\", instance=~\"$instance\"}[$__rate_interval])) by (type) /\n sum(rate(vm_cache_requests_total{job=~\"$job\", instance=~\"$instance\"}[$__rate_interval])) by (type)\n)" ,
2021-03-18 10:04:12 +00:00
"format" : "time_series" ,
"hide" : false ,
2021-04-05 19:28:02 +00:00
"interval" : "" ,
2021-03-18 10:04:12 +00:00
"intervalFactor" : 1 ,
"legendFormat" : "{{type}}" ,
2019-11-07 10:09:27 +00:00
"refId" : "A"
}
] ,
"thresholds" : [ ] ,
"timeRegions" : [ ] ,
2021-03-18 10:04:12 +00:00
"title" : "Cache hit ratio ($instance)" ,
2019-11-07 10:09:27 +00:00
"tooltip" : {
"shared" : true ,
2021-03-18 10:04:12 +00:00
"sort" : 2 ,
2019-11-07 10:09:27 +00:00
"value_type" : "individual"
} ,
"type" : "graph" ,
"xaxis" : {
"mode" : "time" ,
"show" : true ,
"values" : [ ]
} ,
"yaxes" : [
{
2021-03-18 10:04:12 +00:00
"format" : "percentunit" ,
2019-11-07 10:09:27 +00:00
"logBase" : 1 ,
2021-03-18 10:04:12 +00:00
"max" : "1" ,
2020-09-02 12:15:13 +00:00
"min" : "0" ,
2019-11-07 10:09:27 +00:00
"show" : true
} ,
{
"format" : "short" ,
"logBase" : 1 ,
2021-03-18 10:04:12 +00:00
"min" : "0" ,
2019-11-07 10:09:27 +00:00
"show" : true
}
] ,
"yaxis" : {
2021-12-20 15:32:05 +00:00
"align" : false
2019-11-07 10:09:27 +00:00
}
}
] ,
2021-03-18 10:04:12 +00:00
"title" : "Caches ($job)" ,
2019-11-07 10:09:27 +00:00
"type" : "row"
} ,
{
"collapsed" : true ,
2021-12-20 15:32:05 +00:00
"datasource" : {
"uid" : "$ds"
} ,
2019-11-07 10:09:27 +00:00
"gridPos" : {
"h" : 1 ,
"w" : 24 ,
"x" : 0 ,
2021-06-14 10:03:54 +00:00
"y" : 38
2019-11-07 10:09:27 +00:00
} ,
2021-03-18 10:04:12 +00:00
"id" : 24 ,
2019-11-07 10:09:27 +00:00
"panels" : [
{
"aliasColors" : { } ,
"bars" : false ,
"dashLength" : 10 ,
"dashes" : false ,
2021-12-20 15:32:05 +00:00
"datasource" : {
"uid" : "$ds"
} ,
2021-03-18 10:04:12 +00:00
"description" : "Shows how many rows per second every storage node accepts. This metric doesn't show all stored rows since some of them may be dropped because of wrong timestamps or decode errors." ,
2020-09-02 12:15:13 +00:00
"fieldConfig" : {
"defaults" : {
"links" : [ ]
} ,
"overrides" : [ ]
} ,
2019-11-07 10:09:27 +00:00
"fill" : 1 ,
"fillGradient" : 0 ,
"gridPos" : {
"h" : 8 ,
"w" : 12 ,
"x" : 0 ,
2021-12-20 15:32:05 +00:00
"y" : 7
2019-11-07 10:09:27 +00:00
} ,
2020-05-19 08:57:20 +00:00
"hiddenSeries" : false ,
2021-03-18 10:04:12 +00:00
"id" : 100 ,
2019-11-07 10:09:27 +00:00
"legend" : {
2021-06-14 10:03:54 +00:00
"alignAsTable" : true ,
"avg" : true ,
"current" : true ,
"max" : true ,
2019-11-07 10:09:27 +00:00
"min" : false ,
2021-06-14 10:03:54 +00:00
"show" : true ,
"sort" : "current" ,
"sortDesc" : true ,
2019-11-07 10:09:27 +00:00
"total" : false ,
2021-06-14 10:03:54 +00:00
"values" : true
2019-11-07 10:09:27 +00:00
} ,
"lines" : true ,
"linewidth" : 1 ,
"links" : [ ] ,
"nullPointMode" : "null" ,
2021-04-05 19:28:02 +00:00
"options" : {
"alertThreshold" : true
} ,
2019-11-07 10:09:27 +00:00
"percentage" : false ,
2021-12-20 15:32:05 +00:00
"pluginVersion" : "8.3.2" ,
2019-11-07 10:09:27 +00:00
"pointradius" : 2 ,
"points" : false ,
"renderer" : "flot" ,
2021-03-18 10:04:12 +00:00
"seriesOverrides" : [ ] ,
2019-11-07 10:09:27 +00:00
"spaceLength" : 10 ,
"stack" : true ,
"steppedLine" : false ,
"targets" : [
{
2022-04-22 14:37:57 +00:00
"expr" : "sum(rate(vm_vminsert_metrics_read_total{job=~\"$job_storage\", instance=~\"$instance\"}[$__rate_interval])) by(instance)" ,
2019-11-07 10:09:27 +00:00
"format" : "time_series" ,
"intervalFactor" : 1 ,
2021-03-18 10:04:12 +00:00
"legendFormat" : "{{instance}}" ,
2019-11-07 10:09:27 +00:00
"refId" : "A"
}
] ,
"thresholds" : [ ] ,
"timeRegions" : [ ] ,
2021-03-18 10:04:12 +00:00
"title" : "Ingestion rate ($instance)" ,
2019-11-07 10:09:27 +00:00
"tooltip" : {
"shared" : true ,
"sort" : 2 ,
"value_type" : "individual"
} ,
"type" : "graph" ,
"xaxis" : {
"mode" : "time" ,
"show" : true ,
"values" : [ ]
} ,
"yaxes" : [
{
2021-03-18 10:04:12 +00:00
"format" : "short" ,
2019-11-07 10:09:27 +00:00
"logBase" : 1 ,
2020-09-01 18:56:56 +00:00
"min" : "0" ,
2019-11-07 10:09:27 +00:00
"show" : true
} ,
{
"format" : "short" ,
"logBase" : 1 ,
2020-09-01 18:56:56 +00:00
"min" : "0" ,
2019-11-07 10:09:27 +00:00
"show" : true
}
] ,
"yaxis" : {
2021-12-20 15:32:05 +00:00
"align" : false
2019-11-07 10:09:27 +00:00
}
} ,
{
"aliasColors" : { } ,
"bars" : false ,
"dashLength" : 10 ,
"dashes" : false ,
2021-12-20 15:32:05 +00:00
"datasource" : {
"uid" : "$ds"
} ,
2021-03-18 10:04:12 +00:00
"description" : "Shows the time needed to reach the 100% of disk capacity based on the following params:\n* free disk space;\n* row ingestion rate;\n* dedup rate;\n* compression.\n\nUse this panel for capacity planning in order to estimate the time remaining for running out of the disk space." ,
2020-09-02 12:15:13 +00:00
"fieldConfig" : {
"defaults" : {
"links" : [ ]
} ,
"overrides" : [ ]
} ,
2019-11-07 10:09:27 +00:00
"fill" : 1 ,
"fillGradient" : 0 ,
"gridPos" : {
"h" : 8 ,
"w" : 12 ,
"x" : 12 ,
2021-12-20 15:32:05 +00:00
"y" : 7
2019-11-07 10:09:27 +00:00
} ,
2020-05-19 08:57:20 +00:00
"hiddenSeries" : false ,
2021-03-18 10:04:12 +00:00
"id" : 113 ,
2019-11-07 10:09:27 +00:00
"legend" : {
2021-06-14 10:03:54 +00:00
"alignAsTable" : true ,
"avg" : true ,
"current" : true ,
2019-11-07 10:09:27 +00:00
"max" : false ,
2021-06-14 10:03:54 +00:00
"min" : true ,
"show" : true ,
"sort" : "current" ,
"sortDesc" : true ,
2019-11-07 10:09:27 +00:00
"total" : false ,
2021-06-14 10:03:54 +00:00
"values" : true
2019-11-07 10:09:27 +00:00
} ,
"lines" : true ,
"linewidth" : 1 ,
"links" : [ ] ,
"nullPointMode" : "null" ,
2021-04-05 19:28:02 +00:00
"options" : {
"alertThreshold" : true
} ,
2019-11-07 10:09:27 +00:00
"percentage" : false ,
2021-12-20 15:32:05 +00:00
"pluginVersion" : "8.3.2" ,
2019-11-07 10:09:27 +00:00
"pointradius" : 2 ,
"points" : false ,
"renderer" : "flot" ,
"seriesOverrides" : [ ] ,
"spaceLength" : 10 ,
2021-07-01 02:45:35 +00:00
"stack" : false ,
2019-11-07 10:09:27 +00:00
"steppedLine" : false ,
"targets" : [
{
2021-11-09 14:50:08 +00:00
"expr" : "vm_free_disk_space_bytes{job=~\"$job_storage\", instance=~\"$instance\"} / ignoring(path) ((rate(vm_rows_added_to_storage_total{job=~\"$job_storage\", instance=~\"$instance\"}[1d]) - ignoring(type) rate(vm_deduplicated_samples_total{job=~\"$job_storage\", instance=~\"$instance\", type=\"merge\"}[1d])) * scalar(sum(vm_data_size_bytes{job=~\"$job_storage\", instance=~\"$instance\", type!=\"indexdb\"}) / sum(vm_rows{job=~\"$job_storage\", instance=~\"$instance\", type!=\"indexdb\"})))" ,
2019-11-07 10:09:27 +00:00
"format" : "time_series" ,
2021-03-18 10:04:12 +00:00
"interval" : "" ,
2019-11-07 10:09:27 +00:00
"intervalFactor" : 1 ,
2021-03-18 10:04:12 +00:00
"legendFormat" : "{{instance}}" ,
2019-11-07 10:09:27 +00:00
"refId" : "A"
}
] ,
"thresholds" : [ ] ,
"timeRegions" : [ ] ,
2021-03-18 10:04:12 +00:00
"title" : "Storage full ETA ($instance)" ,
2019-11-07 10:09:27 +00:00
"tooltip" : {
"shared" : true ,
2021-03-18 10:04:12 +00:00
"sort" : 0 ,
2019-11-07 10:09:27 +00:00
"value_type" : "individual"
} ,
"type" : "graph" ,
"xaxis" : {
"mode" : "time" ,
"show" : true ,
"values" : [ ]
} ,
"yaxes" : [
{
2021-03-18 10:04:12 +00:00
"format" : "s" ,
2019-11-07 10:09:27 +00:00
"logBase" : 1 ,
2020-09-01 18:56:56 +00:00
"min" : "0" ,
2019-11-07 10:09:27 +00:00
"show" : true
} ,
{
"format" : "short" ,
"logBase" : 1 ,
"show" : true
}
] ,
"yaxis" : {
2021-12-20 15:32:05 +00:00
"align" : false
2019-11-07 10:09:27 +00:00
}
2021-03-18 10:04:12 +00:00
} ,
2019-11-07 10:09:27 +00:00
{
"aliasColors" : { } ,
"bars" : false ,
"dashLength" : 10 ,
"dashes" : false ,
2021-12-20 15:32:05 +00:00
"datasource" : {
"uid" : "$ds"
} ,
2020-05-19 08:57:20 +00:00
"description" : "Shows how many datapoints are in the storage." ,
2020-06-12 19:07:28 +00:00
"fieldConfig" : {
"defaults" : {
2020-09-02 12:15:13 +00:00
"links" : [ ]
2020-06-12 19:07:28 +00:00
} ,
"overrides" : [ ]
} ,
2019-11-07 10:09:27 +00:00
"fill" : 1 ,
"fillGradient" : 0 ,
"gridPos" : {
"h" : 8 ,
"w" : 12 ,
"x" : 0 ,
2021-12-20 15:32:05 +00:00
"y" : 15
2019-11-07 10:09:27 +00:00
} ,
2020-02-03 00:07:07 +00:00
"hiddenSeries" : false ,
2019-11-07 10:09:27 +00:00
"id" : 16 ,
"legend" : {
2021-06-14 10:03:54 +00:00
"alignAsTable" : true ,
"avg" : true ,
"current" : true ,
"max" : true ,
2019-11-07 10:09:27 +00:00
"min" : false ,
2021-06-14 10:03:54 +00:00
"show" : true ,
"sort" : "current" ,
"sortDesc" : true ,
2019-11-07 10:09:27 +00:00
"total" : false ,
2021-06-14 10:03:54 +00:00
"values" : true
2019-11-07 10:09:27 +00:00
} ,
"lines" : true ,
"linewidth" : 1 ,
"links" : [ ] ,
"nullPointMode" : "null" ,
2021-04-05 19:28:02 +00:00
"options" : {
"alertThreshold" : true
} ,
2019-11-07 10:09:27 +00:00
"percentage" : false ,
2021-12-20 15:32:05 +00:00
"pluginVersion" : "8.3.2" ,
2019-11-07 10:09:27 +00:00
"pointradius" : 2 ,
"points" : false ,
"renderer" : "flot" ,
"seriesOverrides" : [ ] ,
"spaceLength" : 10 ,
"stack" : true ,
"steppedLine" : false ,
"targets" : [
{
2021-11-09 14:50:08 +00:00
"expr" : "sum(vm_rows{job=~\"$job_storage\", instance=~\"$instance\", type!=\"indexdb\"}) by(instance)" ,
2019-11-07 10:09:27 +00:00
"format" : "time_series" ,
2020-05-19 08:57:20 +00:00
"interval" : "" ,
2019-11-07 10:09:27 +00:00
"intervalFactor" : 1 ,
"legendFormat" : "{{instance}}" ,
"refId" : "A"
}
] ,
"thresholds" : [ ] ,
"timeRegions" : [ ] ,
"title" : "Datapoints ($instance)" ,
"tooltip" : {
"shared" : true ,
"sort" : 2 ,
"value_type" : "individual"
} ,
"type" : "graph" ,
"xaxis" : {
"mode" : "time" ,
"show" : true ,
"values" : [ ]
} ,
"yaxes" : [
{
"format" : "short" ,
"logBase" : 1 ,
"min" : "0" ,
"show" : true
} ,
{
"format" : "short" ,
"logBase" : 1 ,
2020-09-01 18:56:56 +00:00
"min" : "0" ,
2019-11-07 10:09:27 +00:00
"show" : true
}
] ,
"yaxis" : {
2021-12-20 15:32:05 +00:00
"align" : false
2019-11-07 10:09:27 +00:00
}
} ,
{
"aliasColors" : { } ,
"bars" : false ,
"dashLength" : 10 ,
"dashes" : false ,
2021-12-20 15:32:05 +00:00
"datasource" : {
"uid" : "$ds"
} ,
2021-03-18 10:04:12 +00:00
"description" : "How many datapoints are in RAM queue waiting to be written into storage. The number of pending data points should be in the range from 0 to `2*<ingestion_rate>`, since VictoriaMetrics pushes pending data to persistent storage every second. The index datapoints value in general is much lower." ,
2020-06-12 19:07:28 +00:00
"fieldConfig" : {
"defaults" : {
2020-09-02 12:15:13 +00:00
"links" : [ ]
2020-06-12 19:07:28 +00:00
} ,
"overrides" : [ ]
} ,
2019-11-07 10:09:27 +00:00
"fill" : 1 ,
"fillGradient" : 0 ,
"gridPos" : {
"h" : 8 ,
"w" : 12 ,
"x" : 12 ,
2021-12-20 15:32:05 +00:00
"y" : 15
2019-11-07 10:09:27 +00:00
} ,
2020-02-03 00:07:07 +00:00
"hiddenSeries" : false ,
2021-03-18 10:04:12 +00:00
"id" : 14 ,
2019-11-07 10:09:27 +00:00
"legend" : {
2021-03-18 10:04:12 +00:00
"alignAsTable" : true ,
2021-06-14 10:03:54 +00:00
"avg" : true ,
"current" : true ,
"max" : true ,
2019-11-07 10:09:27 +00:00
"min" : false ,
2021-03-18 10:04:12 +00:00
"rightSide" : false ,
2019-11-07 10:09:27 +00:00
"show" : true ,
2021-06-14 10:03:54 +00:00
"sort" : "current" ,
"sortDesc" : true ,
2019-11-07 10:09:27 +00:00
"total" : false ,
2021-06-14 10:03:54 +00:00
"values" : true
2019-11-07 10:09:27 +00:00
} ,
"lines" : true ,
"linewidth" : 1 ,
"links" : [ ] ,
"nullPointMode" : "null" ,
2021-04-05 19:28:02 +00:00
"options" : {
"alertThreshold" : true
} ,
2019-11-07 10:09:27 +00:00
"percentage" : false ,
2021-12-20 15:32:05 +00:00
"pluginVersion" : "8.3.2" ,
2019-11-07 10:09:27 +00:00
"pointradius" : 2 ,
"points" : false ,
"renderer" : "flot" ,
2021-03-18 10:04:12 +00:00
"seriesOverrides" : [
{
"alias" : "pending index entries" ,
"yaxis" : 2
}
] ,
2019-11-07 10:09:27 +00:00
"spaceLength" : 10 ,
2021-03-18 10:04:12 +00:00
"stack" : false ,
2019-11-07 10:09:27 +00:00
"steppedLine" : false ,
"targets" : [
{
2021-11-09 14:50:08 +00:00
"expr" : "sum(vm_pending_rows{job=~\"$job_storage\", instance=~\"$instance\", type=\"storage\"})" ,
2019-11-07 10:09:27 +00:00
"format" : "time_series" ,
2021-03-18 10:04:12 +00:00
"hide" : false ,
2019-11-07 10:09:27 +00:00
"intervalFactor" : 1 ,
2021-03-18 10:04:12 +00:00
"legendFormat" : "pending datapoints" ,
2019-11-07 10:09:27 +00:00
"refId" : "A"
2021-03-18 10:04:12 +00:00
} ,
{
2021-11-09 14:50:08 +00:00
"expr" : "sum(vm_pending_rows{job=~\"$job_storage\", instance=~\"$instance\", type=\"indexdb\"})" ,
2021-03-18 10:04:12 +00:00
"format" : "time_series" ,
"hide" : false ,
"intervalFactor" : 1 ,
"legendFormat" : "pending index entries" ,
"refId" : "B"
2019-11-07 10:09:27 +00:00
}
] ,
"thresholds" : [ ] ,
"timeRegions" : [ ] ,
2021-03-18 10:04:12 +00:00
"title" : "Pending datapoints ($instance)" ,
2019-11-07 10:09:27 +00:00
"tooltip" : {
"shared" : true ,
2021-03-18 10:04:12 +00:00
"sort" : 0 ,
2019-11-07 10:09:27 +00:00
"value_type" : "individual"
} ,
"type" : "graph" ,
"xaxis" : {
"mode" : "time" ,
"show" : true ,
"values" : [ ]
} ,
"yaxes" : [
{
2019-11-10 18:32:10 +00:00
"format" : "short" ,
2019-11-07 10:09:27 +00:00
"logBase" : 1 ,
"min" : "0" ,
"show" : true
} ,
{
2021-03-18 10:04:12 +00:00
"decimals" : 3 ,
"format" : "none" ,
2019-11-07 10:09:27 +00:00
"logBase" : 1 ,
2020-09-01 18:56:56 +00:00
"min" : "0" ,
2019-11-07 10:09:27 +00:00
"show" : true
}
] ,
"yaxis" : {
2021-12-20 15:32:05 +00:00
"align" : false
2019-11-07 10:09:27 +00:00
}
} ,
{
"aliasColors" : { } ,
"bars" : false ,
"dashLength" : 10 ,
"dashes" : false ,
2021-12-20 15:32:05 +00:00
"datasource" : {
"uid" : "$ds"
} ,
2020-05-19 08:57:20 +00:00
"description" : "Shows amount of on-disk space occupied by data points." ,
2020-06-12 19:07:28 +00:00
"fieldConfig" : {
"defaults" : {
2020-09-02 12:15:13 +00:00
"links" : [ ]
2020-06-12 19:07:28 +00:00
} ,
"overrides" : [ ]
} ,
2019-11-07 10:09:27 +00:00
"fill" : 1 ,
"fillGradient" : 0 ,
"gridPos" : {
"h" : 8 ,
"w" : 12 ,
"x" : 0 ,
2021-12-20 15:32:05 +00:00
"y" : 23
2019-11-07 10:09:27 +00:00
} ,
2020-02-03 00:07:07 +00:00
"hiddenSeries" : false ,
2020-05-19 08:57:20 +00:00
"id" : 18 ,
2019-11-07 10:09:27 +00:00
"legend" : {
2021-06-14 10:03:54 +00:00
"alignAsTable" : true ,
"avg" : true ,
"current" : true ,
"max" : true ,
2019-11-07 10:09:27 +00:00
"min" : false ,
2021-06-14 10:03:54 +00:00
"show" : true ,
"sort" : "current" ,
"sortDesc" : true ,
2019-11-07 10:09:27 +00:00
"total" : false ,
2021-06-14 10:03:54 +00:00
"values" : true
2019-11-07 10:09:27 +00:00
} ,
"lines" : true ,
"linewidth" : 1 ,
"links" : [ ] ,
"nullPointMode" : "null" ,
2021-04-05 19:28:02 +00:00
"options" : {
"alertThreshold" : true
} ,
2019-11-07 10:09:27 +00:00
"percentage" : false ,
2021-12-20 15:32:05 +00:00
"pluginVersion" : "8.3.2" ,
2019-11-07 10:09:27 +00:00
"pointradius" : 2 ,
"points" : false ,
"renderer" : "flot" ,
"seriesOverrides" : [ ] ,
"spaceLength" : 10 ,
"stack" : true ,
"steppedLine" : false ,
"targets" : [
{
2021-11-09 14:50:08 +00:00
"expr" : "sum(vm_data_size_bytes{job=~\"$job_storage\", instance=~\"$instance\", type!=\"indexdb\"}) by(instance)" ,
2019-11-07 10:09:27 +00:00
"format" : "time_series" ,
"intervalFactor" : 1 ,
"legendFormat" : "{{instance}}" ,
"refId" : "A"
}
] ,
"thresholds" : [ ] ,
"timeRegions" : [ ] ,
2020-05-19 08:57:20 +00:00
"title" : "Disk space usage (datapoints) ($instance)" ,
2019-11-07 10:09:27 +00:00
"tooltip" : {
"shared" : true ,
"sort" : 0 ,
"value_type" : "individual"
} ,
"type" : "graph" ,
"xaxis" : {
"mode" : "time" ,
"show" : true ,
"values" : [ ]
} ,
"yaxes" : [
{
"format" : "bytes" ,
"logBase" : 1 ,
"min" : "0" ,
"show" : true
} ,
{
"format" : "short" ,
"logBase" : 1 ,
2020-09-01 18:56:56 +00:00
"min" : "0" ,
2019-11-07 10:09:27 +00:00
"show" : true
}
] ,
"yaxis" : {
2021-12-20 15:32:05 +00:00
"align" : false
2019-11-07 10:09:27 +00:00
}
} ,
{
"aliasColors" : { } ,
"bars" : false ,
"dashLength" : 10 ,
"dashes" : false ,
2021-12-20 15:32:05 +00:00
"datasource" : {
"uid" : "$ds"
} ,
2020-05-19 08:57:20 +00:00
"description" : "Shows amount of on-disk space occupied by inverted index." ,
2020-06-12 19:07:28 +00:00
"fieldConfig" : {
"defaults" : {
2020-09-02 12:15:13 +00:00
"links" : [ ]
2020-06-12 19:07:28 +00:00
} ,
"overrides" : [ ]
} ,
2019-11-07 10:09:27 +00:00
"fill" : 1 ,
"fillGradient" : 0 ,
"gridPos" : {
"h" : 8 ,
"w" : 12 ,
"x" : 12 ,
2021-12-20 15:32:05 +00:00
"y" : 23
2019-11-07 10:09:27 +00:00
} ,
2020-02-03 00:07:07 +00:00
"hiddenSeries" : false ,
2020-05-19 08:57:20 +00:00
"id" : 20 ,
2019-11-07 10:09:27 +00:00
"legend" : {
2021-06-14 10:03:54 +00:00
"alignAsTable" : true ,
"avg" : true ,
"current" : true ,
"max" : true ,
2019-11-07 10:09:27 +00:00
"min" : false ,
2021-06-14 10:03:54 +00:00
"show" : true ,
"sort" : "current" ,
"sortDesc" : true ,
2019-11-07 10:09:27 +00:00
"total" : false ,
2021-06-14 10:03:54 +00:00
"values" : true
2019-11-07 10:09:27 +00:00
} ,
"lines" : true ,
"linewidth" : 1 ,
"links" : [ ] ,
"nullPointMode" : "null" ,
2021-04-05 19:28:02 +00:00
"options" : {
"alertThreshold" : true
} ,
2019-11-07 10:09:27 +00:00
"percentage" : false ,
2021-12-20 15:32:05 +00:00
"pluginVersion" : "8.3.2" ,
2019-11-07 10:09:27 +00:00
"pointradius" : 2 ,
"points" : false ,
"renderer" : "flot" ,
2019-11-10 18:32:10 +00:00
"seriesOverrides" : [ ] ,
2019-11-07 10:09:27 +00:00
"spaceLength" : 10 ,
2019-11-10 18:32:10 +00:00
"stack" : true ,
2019-11-07 10:09:27 +00:00
"steppedLine" : false ,
"targets" : [
{
2021-11-09 14:50:08 +00:00
"expr" : "sum(vm_data_size_bytes{job=~\"$job_storage\", instance=~\"$instance\", type=\"indexdb\"}) by(instance)" ,
2019-11-07 10:09:27 +00:00
"format" : "time_series" ,
"intervalFactor" : 1 ,
2019-11-10 18:32:10 +00:00
"legendFormat" : "{{instance}}" ,
2019-11-07 10:09:27 +00:00
"refId" : "A"
}
] ,
"thresholds" : [ ] ,
"timeRegions" : [ ] ,
2020-05-19 08:57:20 +00:00
"title" : "Disk space usage (index) ($instance)" ,
2019-11-07 10:09:27 +00:00
"tooltip" : {
"shared" : true ,
"sort" : 0 ,
"value_type" : "individual"
} ,
"type" : "graph" ,
"xaxis" : {
"mode" : "time" ,
"show" : true ,
"values" : [ ]
} ,
"yaxes" : [
{
2019-11-10 18:32:10 +00:00
"format" : "bytes" ,
2019-11-07 10:09:27 +00:00
"logBase" : 1 ,
2019-11-10 18:32:10 +00:00
"min" : "0" ,
2019-11-07 10:09:27 +00:00
"show" : true
} ,
{
2019-11-10 18:32:10 +00:00
"format" : "short" ,
2019-11-07 10:09:27 +00:00
"logBase" : 1 ,
2020-09-01 18:56:56 +00:00
"min" : "0" ,
2019-11-07 10:09:27 +00:00
"show" : true
}
] ,
"yaxis" : {
2021-12-20 15:32:05 +00:00
"align" : false
2019-11-07 10:09:27 +00:00
}
} ,
{
"aliasColors" : { } ,
"bars" : false ,
"dashLength" : 10 ,
"dashes" : false ,
2021-12-20 15:32:05 +00:00
"datasource" : {
"uid" : "$ds"
} ,
2019-11-07 10:09:27 +00:00
"description" : "The number of on-going merges in storage nodes. It is expected to have high numbers for `storage/small` metric." ,
2020-06-12 19:07:28 +00:00
"fieldConfig" : {
"defaults" : {
2020-09-02 12:15:13 +00:00
"links" : [ ]
2020-06-12 19:07:28 +00:00
} ,
"overrides" : [ ]
} ,
2019-11-07 10:09:27 +00:00
"fill" : 1 ,
"fillGradient" : 0 ,
"gridPos" : {
"h" : 8 ,
"w" : 12 ,
"x" : 0 ,
2021-12-20 15:32:05 +00:00
"y" : 31
2019-11-07 10:09:27 +00:00
} ,
2020-02-03 00:07:07 +00:00
"hiddenSeries" : false ,
2019-11-07 10:09:27 +00:00
"id" : 54 ,
"legend" : {
2021-06-14 10:03:54 +00:00
"alignAsTable" : true ,
"avg" : true ,
"current" : true ,
"max" : true ,
2019-11-07 10:09:27 +00:00
"min" : false ,
"show" : true ,
2021-06-14 10:03:54 +00:00
"sort" : "current" ,
"sortDesc" : true ,
2019-11-07 10:09:27 +00:00
"total" : false ,
2021-06-14 10:03:54 +00:00
"values" : true
2019-11-07 10:09:27 +00:00
} ,
"lines" : true ,
"linewidth" : 1 ,
"nullPointMode" : "null" ,
2021-04-05 19:28:02 +00:00
"options" : {
"alertThreshold" : true
} ,
2019-11-07 10:09:27 +00:00
"percentage" : false ,
2021-12-20 15:32:05 +00:00
"pluginVersion" : "8.3.2" ,
2019-11-07 10:09:27 +00:00
"pointradius" : 2 ,
"points" : false ,
"renderer" : "flot" ,
"seriesOverrides" : [ ] ,
"spaceLength" : 10 ,
"stack" : false ,
"steppedLine" : false ,
"targets" : [
{
2021-11-09 14:50:08 +00:00
"expr" : "sum(vm_active_merges{job=~\"$job_storage\", instance=~\"$instance\"}) by(type)" ,
2019-11-07 10:09:27 +00:00
"legendFormat" : "{{type}}" ,
"refId" : "A"
}
] ,
"thresholds" : [ ] ,
"timeRegions" : [ ] ,
"title" : "Active merges ($instance)" ,
"tooltip" : {
"shared" : true ,
"sort" : 0 ,
"value_type" : "individual"
} ,
"type" : "graph" ,
"xaxis" : {
"mode" : "time" ,
"show" : true ,
"values" : [ ]
} ,
"yaxes" : [
{
"decimals" : 0 ,
"format" : "short" ,
"logBase" : 1 ,
2020-09-01 18:56:56 +00:00
"min" : "0" ,
2019-11-07 10:09:27 +00:00
"show" : true
} ,
{
"format" : "short" ,
"logBase" : 1 ,
2020-09-01 18:56:56 +00:00
"min" : "0" ,
2019-11-07 10:09:27 +00:00
"show" : true
}
] ,
"yaxis" : {
2021-12-20 15:32:05 +00:00
"align" : false
2019-11-07 10:09:27 +00:00
}
} ,
{
"aliasColors" : { } ,
"bars" : false ,
"dashLength" : 10 ,
"dashes" : false ,
2021-12-20 15:32:05 +00:00
"datasource" : {
"uid" : "$ds"
} ,
2021-03-18 10:04:12 +00:00
"description" : "The number of rows merged per second by storage nodes." ,
2020-06-12 19:07:28 +00:00
"fieldConfig" : {
"defaults" : {
2020-09-02 12:15:13 +00:00
"links" : [ ]
2020-06-12 19:07:28 +00:00
} ,
"overrides" : [ ]
} ,
2019-11-07 10:09:27 +00:00
"fill" : 1 ,
"fillGradient" : 0 ,
"gridPos" : {
"h" : 8 ,
"w" : 12 ,
"x" : 12 ,
2021-12-20 15:32:05 +00:00
"y" : 31
2019-11-07 10:09:27 +00:00
} ,
2020-02-03 00:07:07 +00:00
"hiddenSeries" : false ,
2021-03-18 10:04:12 +00:00
"id" : 55 ,
2019-11-07 10:09:27 +00:00
"legend" : {
2021-06-14 10:03:54 +00:00
"alignAsTable" : true ,
"avg" : true ,
"current" : true ,
"max" : true ,
2019-11-07 10:09:27 +00:00
"min" : false ,
"show" : true ,
2021-06-14 10:03:54 +00:00
"sort" : "current" ,
"sortDesc" : true ,
2019-11-07 10:09:27 +00:00
"total" : false ,
2021-06-14 10:03:54 +00:00
"values" : true
2019-11-07 10:09:27 +00:00
} ,
"lines" : true ,
"linewidth" : 1 ,
"nullPointMode" : "null" ,
2021-04-05 19:28:02 +00:00
"options" : {
"alertThreshold" : true
} ,
2019-11-07 10:09:27 +00:00
"percentage" : false ,
2021-12-20 15:32:05 +00:00
"pluginVersion" : "8.3.2" ,
2019-11-07 10:09:27 +00:00
"pointradius" : 2 ,
"points" : false ,
"renderer" : "flot" ,
2021-03-18 10:04:12 +00:00
"seriesOverrides" : [ ] ,
2019-11-07 10:09:27 +00:00
"spaceLength" : 10 ,
"stack" : false ,
"steppedLine" : false ,
"targets" : [
{
2022-04-22 14:37:57 +00:00
"expr" : "sum(rate(vm_rows_merged_total{job=~\"$job_storage\", instance=~\"$instance\"}[$__rate_interval])) by(type)" ,
2021-03-18 10:04:12 +00:00
"legendFormat" : "{{type}}" ,
2019-11-07 10:09:27 +00:00
"refId" : "A"
}
] ,
"thresholds" : [ ] ,
"timeRegions" : [ ] ,
2021-03-18 10:04:12 +00:00
"title" : "Merge speed" ,
2019-11-07 10:09:27 +00:00
"tooltip" : {
"shared" : true ,
"sort" : 0 ,
"value_type" : "individual"
} ,
"type" : "graph" ,
"xaxis" : {
"mode" : "time" ,
"show" : true ,
"values" : [ ]
} ,
"yaxes" : [
{
2021-03-18 10:04:12 +00:00
"decimals" : 0 ,
2019-11-07 10:09:27 +00:00
"format" : "short" ,
"logBase" : 1 ,
2020-09-01 18:56:56 +00:00
"min" : "0" ,
2019-11-07 10:09:27 +00:00
"show" : true
} ,
{
2021-03-18 10:04:12 +00:00
"format" : "short" ,
2019-11-07 10:09:27 +00:00
"logBase" : 1 ,
2020-09-01 18:56:56 +00:00
"min" : "0" ,
2019-11-07 10:09:27 +00:00
"show" : true
}
] ,
"yaxis" : {
2021-12-20 15:32:05 +00:00
"align" : false
2019-11-07 10:09:27 +00:00
}
} ,
{
"aliasColors" : { } ,
"bars" : false ,
"dashLength" : 10 ,
"dashes" : false ,
2021-12-20 15:32:05 +00:00
"datasource" : {
"uid" : "$ds"
} ,
2021-07-01 02:45:35 +00:00
"description" : "Shows how many rows were ignored on insertion due to corrupted or out of retention timestamps." ,
2019-11-07 10:09:27 +00:00
"fill" : 1 ,
"fillGradient" : 0 ,
"gridPos" : {
"h" : 8 ,
"w" : 12 ,
"x" : 0 ,
2021-12-20 15:32:05 +00:00
"y" : 39
2019-11-07 10:09:27 +00:00
} ,
2020-02-03 00:07:07 +00:00
"hiddenSeries" : false ,
2021-07-01 02:45:35 +00:00
"id" : 135 ,
2019-11-07 10:09:27 +00:00
"legend" : {
2021-06-14 10:03:54 +00:00
"alignAsTable" : true ,
"avg" : true ,
"current" : true ,
"max" : true ,
2019-11-07 10:09:27 +00:00
"min" : false ,
2021-06-14 10:03:54 +00:00
"show" : true ,
"sort" : "current" ,
"sortDesc" : true ,
2019-11-07 10:09:27 +00:00
"total" : false ,
2021-06-14 10:03:54 +00:00
"values" : true
2019-11-07 10:09:27 +00:00
} ,
"lines" : true ,
"linewidth" : 1 ,
"nullPointMode" : "null" ,
2021-04-05 19:28:02 +00:00
"options" : {
"alertThreshold" : true
} ,
2019-11-07 10:09:27 +00:00
"percentage" : false ,
2021-12-20 15:32:05 +00:00
"pluginVersion" : "8.3.2" ,
2019-11-07 10:09:27 +00:00
"pointradius" : 2 ,
"points" : false ,
"renderer" : "flot" ,
2021-07-01 02:45:35 +00:00
"seriesOverrides" : [ ] ,
2019-11-07 10:09:27 +00:00
"spaceLength" : 10 ,
"stack" : false ,
"steppedLine" : false ,
"targets" : [
{
2021-04-05 19:28:02 +00:00
"exemplar" : true ,
2021-11-09 14:50:08 +00:00
"expr" : "sum(vm_rows_ignored_total{job=~\"$job_storage\", instance=~\"$instance\"}) by (reason)" ,
2021-03-18 10:04:12 +00:00
"interval" : "" ,
2021-07-01 02:45:35 +00:00
"legendFormat" : "{{reason}}" ,
2019-11-07 10:09:27 +00:00
"refId" : "A"
}
] ,
"thresholds" : [ ] ,
"timeRegions" : [ ] ,
2021-07-01 02:45:35 +00:00
"title" : "Rows ignored ($instance)" ,
2019-11-07 10:09:27 +00:00
"tooltip" : {
"shared" : true ,
2021-03-18 10:04:12 +00:00
"sort" : 0 ,
2019-11-07 10:09:27 +00:00
"value_type" : "individual"
} ,
"type" : "graph" ,
"xaxis" : {
"mode" : "time" ,
"show" : true ,
"values" : [ ]
} ,
"yaxes" : [
{
2021-07-01 02:45:35 +00:00
"format" : "short" ,
2019-11-07 10:09:27 +00:00
"logBase" : 1 ,
"show" : true
} ,
{
"format" : "short" ,
"logBase" : 1 ,
"show" : true
}
] ,
"yaxis" : {
2021-12-20 15:32:05 +00:00
"align" : false
2019-11-07 10:09:27 +00:00
}
} ,
2019-11-10 18:32:10 +00:00
{
"aliasColors" : { } ,
"bars" : false ,
"dashLength" : 10 ,
"dashes" : false ,
2021-12-20 15:32:05 +00:00
"datasource" : {
"uid" : "$ds"
} ,
2021-03-18 10:04:12 +00:00
"description" : "Data parts of LSM tree.\nHigh number of parts could be an evidence of slow merge performance - check the resource utilization.\n* `indexdb` - inverted index\n* `storage/small` - recently added parts of data ingested into storage(hot data)\n* `storage/big` - small parts gradually merged into big parts (cold data)" ,
2020-06-12 19:07:28 +00:00
"fieldConfig" : {
"defaults" : {
2020-09-02 12:15:13 +00:00
"links" : [ ]
2020-06-12 19:07:28 +00:00
} ,
"overrides" : [ ]
} ,
2019-11-10 18:32:10 +00:00
"fill" : 1 ,
"fillGradient" : 0 ,
"gridPos" : {
"h" : 8 ,
"w" : 12 ,
"x" : 12 ,
2021-12-20 15:32:05 +00:00
"y" : 39
2019-11-10 18:32:10 +00:00
} ,
2020-02-03 00:07:07 +00:00
"hiddenSeries" : false ,
2021-03-18 10:04:12 +00:00
"id" : 22 ,
2019-11-10 18:32:10 +00:00
"legend" : {
2021-06-14 10:03:54 +00:00
"alignAsTable" : true ,
"avg" : true ,
"current" : true ,
"max" : true ,
2019-11-10 18:32:10 +00:00
"min" : false ,
"show" : true ,
2021-06-14 10:03:54 +00:00
"sort" : "current" ,
"sortDesc" : true ,
2019-11-10 18:32:10 +00:00
"total" : false ,
2021-06-14 10:03:54 +00:00
"values" : true
2019-11-10 18:32:10 +00:00
} ,
"lines" : true ,
"linewidth" : 1 ,
2021-03-18 10:04:12 +00:00
"links" : [ ] ,
2019-11-10 18:32:10 +00:00
"nullPointMode" : "null" ,
2021-04-05 19:28:02 +00:00
"options" : {
"alertThreshold" : true
} ,
2019-11-10 18:32:10 +00:00
"percentage" : false ,
2021-12-20 15:32:05 +00:00
"pluginVersion" : "8.3.2" ,
2019-11-10 18:32:10 +00:00
"pointradius" : 2 ,
"points" : false ,
"renderer" : "flot" ,
"seriesOverrides" : [ ] ,
"spaceLength" : 10 ,
"stack" : false ,
"steppedLine" : false ,
"targets" : [
{
2021-11-09 14:50:08 +00:00
"expr" : "sum(vm_parts{job=~\"$job_storage\", instance=~\"$instance\"}) by (type)" ,
2021-03-18 10:04:12 +00:00
"format" : "time_series" ,
"interval" : "" ,
"intervalFactor" : 1 ,
2019-11-10 18:32:10 +00:00
"legendFormat" : "{{type}}" ,
"refId" : "A"
}
] ,
"thresholds" : [ ] ,
"timeRegions" : [ ] ,
2021-03-18 10:04:12 +00:00
"title" : "LSM parts ($instance)" ,
2019-11-10 18:32:10 +00:00
"tooltip" : {
"shared" : true ,
2021-03-18 10:04:12 +00:00
"sort" : 2 ,
2019-11-10 18:32:10 +00:00
"value_type" : "individual"
} ,
"type" : "graph" ,
"xaxis" : {
"mode" : "time" ,
"show" : true ,
"values" : [ ]
} ,
"yaxes" : [
{
"format" : "short" ,
"logBase" : 1 ,
2020-09-01 18:56:56 +00:00
"min" : "0" ,
2019-11-10 18:32:10 +00:00
"show" : true
} ,
{
"format" : "short" ,
"logBase" : 1 ,
2020-09-01 18:56:56 +00:00
"min" : "0" ,
2019-11-10 18:32:10 +00:00
"show" : true
}
] ,
"yaxis" : {
2021-12-20 15:32:05 +00:00
"align" : false
2019-11-10 18:32:10 +00:00
}
2021-04-05 19:28:02 +00:00
} ,
{
"aliasColors" : { } ,
"bars" : false ,
"dashLength" : 10 ,
"dashes" : false ,
2021-12-20 15:32:05 +00:00
"datasource" : {
"type" : "prometheus" ,
"uid" : "$ds"
} ,
"description" : "Value > 0 means vmstorage is in readonly mode." ,
"fill" : 1 ,
"fillGradient" : 0 ,
"gridPos" : {
"h" : 8 ,
"w" : 12 ,
"x" : 0 ,
"y" : 47
} ,
"hiddenSeries" : false ,
"id" : 141 ,
"legend" : {
"avg" : false ,
"current" : false ,
"max" : false ,
"min" : false ,
"show" : false ,
"total" : false ,
"values" : false
} ,
"lines" : true ,
"linewidth" : 1 ,
"links" : [
{
"targetBlank" : true ,
"title" : "Readonly mode" ,
"url" : "https://docs.victoriametrics.com/Cluster-VictoriaMetrics.html#readonly-mode"
}
] ,
"nullPointMode" : "null" ,
"options" : {
"alertThreshold" : true
} ,
"percentage" : false ,
"pluginVersion" : "8.3.2" ,
"pointradius" : 2 ,
"points" : false ,
"renderer" : "flot" ,
"seriesOverrides" : [ ] ,
"spaceLength" : 10 ,
"stack" : false ,
"steppedLine" : false ,
"targets" : [
{
"datasource" : {
"type" : "prometheus" ,
"uid" : "$ds"
} ,
"exemplar" : true ,
"expr" : "vm_storage_is_read_only{job=~\"$job_storage\", instance=~\"$instance\"}" ,
"interval" : "" ,
"legendFormat" : "{{ instance }}" ,
"refId" : "A"
}
] ,
"thresholds" : [ ] ,
"timeRegions" : [ ] ,
"title" : "Readonly mode" ,
"tooltip" : {
"shared" : true ,
"sort" : 2 ,
"value_type" : "individual"
} ,
"type" : "graph" ,
"xaxis" : {
"mode" : "time" ,
"show" : true ,
"values" : [ ]
} ,
"yaxes" : [
{
"$$hashKey" : "object:131" ,
"format" : "short" ,
"logBase" : 1 ,
"show" : true
} ,
{
"$$hashKey" : "object:132" ,
"format" : "short" ,
"logBase" : 1 ,
"show" : true
}
] ,
"yaxis" : {
"align" : false
}
} ,
{
"aliasColors" : { } ,
"bars" : false ,
"dashLength" : 10 ,
"dashes" : false ,
"datasource" : {
"type" : "prometheus" ,
"uid" : "$ds"
} ,
2021-05-07 08:25:00 +00:00
"description" : "Shows how many ongoing insertions (not API /write calls) on disk are taking place, where:\n* `max` - equal to number of CPUs;\n* `current` - current number of goroutines busy with inserting rows into underlying storage.\n\nEvery successful API /write call results into flush on disk. The `max` is an internal limit and can't be changed. It is always equal to the number of CPUs. \n\nWhen `current` hits `max` constantly, it means storage is overloaded and requires more CPU." ,
2021-04-05 19:28:02 +00:00
"fill" : 0 ,
"fillGradient" : 0 ,
"gridPos" : {
"h" : 8 ,
"w" : 12 ,
"x" : 12 ,
2021-12-20 15:32:05 +00:00
"y" : 47
2021-04-05 19:28:02 +00:00
} ,
"hiddenSeries" : false ,
"id" : 133 ,
"legend" : {
2021-06-14 10:03:54 +00:00
"alignAsTable" : true ,
"avg" : true ,
"current" : true ,
"max" : true ,
2021-04-05 19:28:02 +00:00
"min" : false ,
2021-06-14 10:03:54 +00:00
"show" : true ,
"sort" : "current" ,
"sortDesc" : true ,
2021-04-05 19:28:02 +00:00
"total" : false ,
2021-06-14 10:03:54 +00:00
"values" : true
2021-04-05 19:28:02 +00:00
} ,
"lines" : true ,
"linewidth" : 1 ,
2021-05-07 08:25:00 +00:00
"links" : [
{
"targetBlank" : true ,
"title" : "Related discussion" ,
"url" : "https://github.com/VictoriaMetrics/VictoriaMetrics/issues/632"
}
] ,
2021-04-05 19:28:02 +00:00
"nullPointMode" : "null" ,
"options" : {
"alertThreshold" : true
} ,
"percentage" : false ,
2021-12-20 15:32:05 +00:00
"pluginVersion" : "8.3.2" ,
2021-04-05 19:28:02 +00:00
"pointradius" : 2 ,
"points" : false ,
"renderer" : "flot" ,
"seriesOverrides" : [
{
"alias" : "max" ,
"color" : "#C4162A"
}
] ,
"spaceLength" : 10 ,
"stack" : false ,
"steppedLine" : false ,
"targets" : [
{
2021-12-20 15:32:05 +00:00
"datasource" : {
"type" : "prometheus" ,
"uid" : "$ds"
} ,
2021-04-05 19:28:02 +00:00
"exemplar" : true ,
2021-11-09 14:50:08 +00:00
"expr" : "max(vm_concurrent_addrows_capacity{job=~\"$job_storage\", instance=~\"$instance\"})" ,
2021-04-05 19:28:02 +00:00
"interval" : "" ,
"legendFormat" : "max" ,
"refId" : "A"
} ,
{
2021-12-20 15:32:05 +00:00
"datasource" : {
"type" : "prometheus" ,
"uid" : "$ds"
} ,
2021-04-05 19:28:02 +00:00
"exemplar" : true ,
2021-11-09 14:50:08 +00:00
"expr" : "sum(avg_over_time(vm_concurrent_addrows_current{job=~\"$job_storage\", instance=~\"$instance\"}[1m])) by(instance)" ,
2021-04-05 19:28:02 +00:00
"hide" : false ,
"interval" : "" ,
"legendFormat" : "{{instance}}" ,
"refId" : "B"
}
] ,
"thresholds" : [ ] ,
"timeRegions" : [ ] ,
"title" : "Concurrent flushes on disk ($instance)" ,
"tooltip" : {
"shared" : true ,
"sort" : 0 ,
"value_type" : "individual"
} ,
"type" : "graph" ,
"xaxis" : {
"mode" : "time" ,
"show" : true ,
"values" : [ ]
} ,
"yaxes" : [
{
"format" : "short" ,
"logBase" : 1 ,
"show" : true
} ,
{
"format" : "short" ,
"logBase" : 1 ,
"show" : true
}
] ,
"yaxis" : {
2021-12-20 15:32:05 +00:00
"align" : false
2021-04-05 19:28:02 +00:00
}
2019-11-07 10:09:27 +00:00
}
] ,
2021-07-01 02:45:35 +00:00
"title" : "vmstorage ($instance)" ,
2019-11-07 10:09:27 +00:00
"type" : "row"
} ,
{
"collapsed" : true ,
2021-12-20 15:32:05 +00:00
"datasource" : {
"uid" : "$ds"
} ,
2019-11-07 10:09:27 +00:00
"gridPos" : {
"h" : 1 ,
"w" : 24 ,
"x" : 0 ,
2021-06-14 10:03:54 +00:00
"y" : 39
2019-11-07 10:09:27 +00:00
} ,
"id" : 42 ,
"panels" : [
{
"aliasColors" : { } ,
"bars" : false ,
"dashLength" : 10 ,
"dashes" : false ,
2021-12-20 15:32:05 +00:00
"datasource" : {
"uid" : "$ds"
} ,
2019-11-07 10:09:27 +00:00
"description" : "Request rate accepted by vmselect nodes" ,
2020-09-02 12:15:13 +00:00
"fieldConfig" : {
"defaults" : {
"links" : [ ]
} ,
"overrides" : [ ]
} ,
2019-11-07 10:09:27 +00:00
"fill" : 1 ,
"fillGradient" : 0 ,
"gridPos" : {
"h" : 8 ,
"w" : 12 ,
"x" : 0 ,
2021-06-14 10:03:54 +00:00
"y" : 8
2019-11-07 10:09:27 +00:00
} ,
2020-02-03 00:07:07 +00:00
"hiddenSeries" : false ,
2019-11-07 10:09:27 +00:00
"id" : 92 ,
"legend" : {
"alignAsTable" : true ,
"avg" : true ,
"current" : true ,
2021-06-14 10:03:54 +00:00
"max" : true ,
2019-11-07 10:09:27 +00:00
"min" : false ,
"show" : true ,
"sort" : "current" ,
"sortDesc" : true ,
"total" : false ,
"values" : true
} ,
"lines" : true ,
"linewidth" : 1 ,
"links" : [ ] ,
"nullPointMode" : "null as zero" ,
2021-04-05 19:28:02 +00:00
"options" : {
"alertThreshold" : true
} ,
2019-11-07 10:09:27 +00:00
"percentage" : false ,
2021-06-14 10:03:54 +00:00
"pluginVersion" : "8.0.0" ,
2019-11-07 10:09:27 +00:00
"pointradius" : 2 ,
"points" : false ,
"renderer" : "flot" ,
"seriesOverrides" : [ ] ,
"spaceLength" : 10 ,
"stack" : false ,
"steppedLine" : false ,
"targets" : [
{
2022-04-22 14:37:57 +00:00
"expr" : "sum(rate(vm_http_requests_total{job=~\"$job_select\", instance=~\"$instance.*\", path!~\"/favicon.ico\"}[$__rate_interval])) by (path) > 0" ,
2019-11-07 10:09:27 +00:00
"format" : "time_series" ,
"intervalFactor" : 1 ,
"legendFormat" : "{{path}}" ,
"refId" : "A"
}
] ,
"thresholds" : [ ] ,
"timeRegions" : [ ] ,
"title" : "Requests rate ($instance)" ,
"tooltip" : {
"shared" : true ,
"sort" : 2 ,
"value_type" : "individual"
} ,
"type" : "graph" ,
"xaxis" : {
"mode" : "time" ,
"show" : true ,
"values" : [ ]
} ,
"yaxes" : [
{
"format" : "short" ,
"logBase" : 1 ,
2020-09-01 18:56:56 +00:00
"min" : "0" ,
2019-11-07 10:09:27 +00:00
"show" : true
} ,
{
"format" : "short" ,
"logBase" : 1 ,
2020-09-01 18:56:56 +00:00
"min" : "0" ,
2019-11-07 10:09:27 +00:00
"show" : true
}
] ,
"yaxis" : {
2021-12-20 15:32:05 +00:00
"align" : false
2019-11-07 10:09:27 +00:00
}
} ,
{
"aliasColors" : { } ,
"bars" : false ,
"dashLength" : 10 ,
"dashes" : false ,
2021-12-20 15:32:05 +00:00
"datasource" : {
"uid" : "$ds"
} ,
2019-11-07 10:09:27 +00:00
"description" : "Shows how many ongoing insertions are taking place.\n* `max` - equal to number of CPU * 2 by default. May be configured with `search.maxConcurrentRequests` flag\n* `current` - current number of goroutines busy with processing requests\n\nWhen `current` hits `max` constantly, it means vmselect node is overloaded and require more CPU or higher limits." ,
2020-09-02 12:15:13 +00:00
"fieldConfig" : {
"defaults" : {
"links" : [ ]
} ,
"overrides" : [ ]
} ,
2019-11-07 10:09:27 +00:00
"fill" : 1 ,
"fillGradient" : 0 ,
"gridPos" : {
"h" : 8 ,
"w" : 12 ,
"x" : 12 ,
2021-06-14 10:03:54 +00:00
"y" : 8
2019-11-07 10:09:27 +00:00
} ,
2020-02-03 00:07:07 +00:00
"hiddenSeries" : false ,
2019-11-07 10:09:27 +00:00
"id" : 95 ,
"legend" : {
"alignAsTable" : true ,
"avg" : true ,
"current" : true ,
"hideEmpty" : false ,
"hideZero" : false ,
2021-06-14 10:03:54 +00:00
"max" : true ,
2019-11-07 10:09:27 +00:00
"min" : false ,
2021-06-14 10:03:54 +00:00
"show" : true ,
2019-11-07 10:09:27 +00:00
"sort" : "current" ,
"sortDesc" : true ,
"total" : false ,
"values" : true
} ,
"lines" : true ,
"linewidth" : 1 ,
"links" : [ ] ,
"nullPointMode" : "null" ,
2021-04-05 19:28:02 +00:00
"options" : {
"alertThreshold" : true
} ,
2019-11-07 10:09:27 +00:00
"percentage" : false ,
2021-06-14 10:03:54 +00:00
"pluginVersion" : "8.0.0" ,
2019-11-07 10:09:27 +00:00
"pointradius" : 2 ,
"points" : false ,
"renderer" : "flot" ,
"seriesOverrides" : [
{
"alias" : "max" ,
2020-02-03 21:21:04 +00:00
"color" : "#C4162A" ,
"fill" : 0
2019-11-07 10:09:27 +00:00
}
] ,
"spaceLength" : 10 ,
"stack" : false ,
"steppedLine" : false ,
"targets" : [
{
2022-05-30 09:16:24 +00:00
"expr" : "sum(max_over_time(vm_concurrent_select_current{job=~\"$job_select\", instance=~\"$instance\"}[1m]))" ,
2019-11-07 10:09:27 +00:00
"format" : "time_series" ,
2021-03-18 10:04:12 +00:00
"interval" : "" ,
2019-11-07 10:09:27 +00:00
"intervalFactor" : 1 ,
2020-01-29 23:48:36 +00:00
"legendFormat" : "current" ,
2019-11-07 10:09:27 +00:00
"refId" : "A"
} ,
{
2021-11-09 14:50:08 +00:00
"expr" : "sum(vm_concurrent_select_capacity{job=~\"$job_select\", instance=~\"$instance\"})" ,
2019-11-07 10:09:27 +00:00
"format" : "time_series" ,
"intervalFactor" : 1 ,
2020-01-29 23:48:36 +00:00
"legendFormat" : "max" ,
2019-11-07 10:09:27 +00:00
"refId" : "B"
}
] ,
"thresholds" : [ ] ,
"timeRegions" : [ ] ,
"title" : "Concurrent selects ($instance)" ,
"tooltip" : {
"shared" : true ,
"sort" : 2 ,
"value_type" : "individual"
} ,
"type" : "graph" ,
"xaxis" : {
"mode" : "time" ,
"show" : true ,
"values" : [ ]
} ,
"yaxes" : [
{
"decimals" : 0 ,
"format" : "short" ,
"logBase" : 1 ,
2020-09-02 12:15:13 +00:00
"min" : "0" ,
2019-11-07 10:09:27 +00:00
"show" : true
} ,
{
"decimals" : 0 ,
"format" : "short" ,
"logBase" : 1 ,
2020-09-01 18:56:56 +00:00
"min" : "0" ,
2019-11-07 10:09:27 +00:00
"show" : true
}
] ,
"yaxis" : {
2021-12-20 15:32:05 +00:00
"align" : false
2019-11-07 10:09:27 +00:00
}
} ,
{
"aliasColors" : { } ,
"bars" : false ,
"dashLength" : 10 ,
"dashes" : false ,
2021-12-20 15:32:05 +00:00
"datasource" : {
"uid" : "$ds"
} ,
2019-11-07 10:09:27 +00:00
"description" : "" ,
2020-09-02 12:15:13 +00:00
"fieldConfig" : {
"defaults" : {
"links" : [ ]
} ,
"overrides" : [ ]
} ,
"fill" : 6 ,
2019-11-07 10:09:27 +00:00
"fillGradient" : 0 ,
"gridPos" : {
"h" : 8 ,
"w" : 24 ,
"x" : 0 ,
2021-06-14 10:03:54 +00:00
"y" : 16
2019-11-07 10:09:27 +00:00
} ,
2020-02-03 00:07:07 +00:00
"hiddenSeries" : false ,
2019-11-07 10:09:27 +00:00
"id" : 93 ,
"legend" : {
"alignAsTable" : true ,
"avg" : true ,
"current" : true ,
"max" : false ,
"min" : false ,
"show" : true ,
"sort" : "current" ,
"sortDesc" : true ,
"total" : false ,
"values" : true
} ,
"lines" : true ,
"linewidth" : 1 ,
"links" : [ ] ,
"nullPointMode" : "null as zero" ,
2021-04-05 19:28:02 +00:00
"options" : {
"alertThreshold" : true
} ,
2019-11-07 10:09:27 +00:00
"percentage" : false ,
2021-06-14 10:03:54 +00:00
"pluginVersion" : "8.0.0" ,
2019-11-07 10:09:27 +00:00
"pointradius" : 2 ,
"points" : false ,
"renderer" : "flot" ,
"seriesOverrides" : [
{
"alias" : "/read.*/" ,
"transform" : "negative-Y"
}
] ,
"spaceLength" : 10 ,
"stack" : false ,
"steppedLine" : false ,
"targets" : [
{
2022-04-22 14:37:57 +00:00
"expr" : "sum(rate(vm_tcplistener_read_bytes_total{job=~\"$job_select\", instance=~\"$instance\"}[$__rate_interval])) by (instance) * 8 > 0" ,
2019-11-07 10:09:27 +00:00
"format" : "time_series" ,
"intervalFactor" : 1 ,
"legendFormat" : "read - {{instance}}" ,
"refId" : "A"
} ,
{
2022-04-22 14:37:57 +00:00
"expr" : "sum(rate(vm_tcplistener_written_bytes_total{job=~\"$job_select\", instance=~\"$instance\"}[$__rate_interval])) by (instance) * 8 > 0" ,
2019-11-07 10:09:27 +00:00
"format" : "time_series" ,
"hide" : false ,
"intervalFactor" : 1 ,
"legendFormat" : "write - {{instance}}" ,
"refId" : "B"
}
] ,
"thresholds" : [ ] ,
"timeRegions" : [ ] ,
"title" : "Network usage ($instance)" ,
"tooltip" : {
"shared" : true ,
"sort" : 2 ,
"value_type" : "individual"
} ,
"type" : "graph" ,
"xaxis" : {
"mode" : "time" ,
"show" : true ,
"values" : [ ]
} ,
"yaxes" : [
{
2020-02-03 00:07:07 +00:00
"format" : "bps" ,
2019-11-07 10:09:27 +00:00
"logBase" : 1 ,
"show" : true
} ,
{
"format" : "short" ,
"logBase" : 1 ,
"show" : true
}
] ,
"yaxis" : {
2021-12-20 15:32:05 +00:00
"align" : false
2019-11-07 10:09:27 +00:00
}
}
] ,
"title" : "vmselect ($instance)" ,
"type" : "row"
} ,
{
"collapsed" : true ,
2021-12-20 15:32:05 +00:00
"datasource" : {
"uid" : "$ds"
} ,
2019-11-07 10:09:27 +00:00
"gridPos" : {
"h" : 1 ,
"w" : 24 ,
"x" : 0 ,
2021-06-14 10:03:54 +00:00
"y" : 40
2019-11-07 10:09:27 +00:00
} ,
"id" : 40 ,
"panels" : [
{
"aliasColors" : { } ,
"bars" : false ,
"dashLength" : 10 ,
"dashes" : false ,
2021-12-20 15:32:05 +00:00
"datasource" : {
"uid" : "$ds"
} ,
2019-11-07 10:09:27 +00:00
"description" : "* `*` - unsupported query path\n* `/write` - insert into VM\n* `/metrics` - query VM system metrics\n* `/query` - query instant values\n* `/query_range` - query over a range of time\n* `/series` - match a certain label set\n* `/label/{}/values` - query a list of label values (variables mostly)" ,
2020-07-22 09:43:23 +00:00
"fieldConfig" : {
"defaults" : {
2020-09-02 12:15:13 +00:00
"links" : [ ]
2020-07-22 09:43:23 +00:00
} ,
"overrides" : [ ]
} ,
2019-11-07 10:09:27 +00:00
"fill" : 1 ,
"fillGradient" : 0 ,
"gridPos" : {
"h" : 8 ,
"w" : 12 ,
"x" : 0 ,
2021-06-14 10:03:54 +00:00
"y" : 9
2019-11-07 10:09:27 +00:00
} ,
2020-02-03 00:07:07 +00:00
"hiddenSeries" : false ,
2019-11-07 10:09:27 +00:00
"id" : 97 ,
"legend" : {
"alignAsTable" : true ,
"avg" : true ,
"current" : true ,
2021-06-14 10:03:54 +00:00
"max" : true ,
2019-11-07 10:09:27 +00:00
"min" : false ,
"show" : true ,
"sort" : "current" ,
"sortDesc" : true ,
"total" : false ,
"values" : true
} ,
"lines" : true ,
"linewidth" : 1 ,
"links" : [ ] ,
"nullPointMode" : "null as zero" ,
2021-04-05 19:28:02 +00:00
"options" : {
"alertThreshold" : true
} ,
2019-11-07 10:09:27 +00:00
"percentage" : false ,
2021-12-20 15:32:05 +00:00
"pluginVersion" : "8.3.2" ,
2019-11-07 10:09:27 +00:00
"pointradius" : 2 ,
"points" : false ,
"renderer" : "flot" ,
"seriesOverrides" : [ ] ,
"spaceLength" : 10 ,
"stack" : false ,
"steppedLine" : false ,
"targets" : [
{
2022-04-22 14:37:57 +00:00
"expr" : "sum(rate(vm_http_requests_total{job=~\"$job_insert\", instance=~\"$instance.*\", path!~\"/favicon.ico\"}[$__rate_interval])) by (path) > 0" ,
2019-11-07 10:09:27 +00:00
"format" : "time_series" ,
"intervalFactor" : 1 ,
"legendFormat" : "{{path}}" ,
"refId" : "A"
}
] ,
"thresholds" : [ ] ,
"timeRegions" : [ ] ,
"title" : "Requests rate ($instance)" ,
"tooltip" : {
"shared" : true ,
"sort" : 2 ,
"value_type" : "individual"
} ,
"type" : "graph" ,
"xaxis" : {
"mode" : "time" ,
"show" : true ,
"values" : [ ]
} ,
"yaxes" : [
{
"format" : "short" ,
"logBase" : 1 ,
2020-09-02 12:15:13 +00:00
"min" : "0" ,
2019-11-07 10:09:27 +00:00
"show" : true
} ,
{
"format" : "short" ,
"logBase" : 1 ,
2020-09-01 18:56:56 +00:00
"min" : "0" ,
2019-11-07 10:09:27 +00:00
"show" : true
}
] ,
"yaxis" : {
2021-12-20 15:32:05 +00:00
"align" : false
2019-11-07 10:09:27 +00:00
}
} ,
{
"aliasColors" : { } ,
"bars" : false ,
"dashLength" : 10 ,
"dashes" : false ,
2021-12-20 15:32:05 +00:00
"datasource" : {
"uid" : "$ds"
} ,
2021-05-07 08:25:00 +00:00
"description" : "Shows how many ongoing insertions are taking place.\n* `max` - equal to number of CPU * 4 by default. May be configured with `maxConcurrentInserts` flag;\n* `current` - current number of goroutines busy with processing requests.\n\n`-maxConcurrentInserts` limits the number of insert requests which may be actively processed at any given point in time. All the other insert requests are queued for up to `-insert.maxQueueDuration` in the hope they will get a chance to be processed. This queue is used mostly for absorbing spikes for incoming insert request rate.\n\nWhen `current` hits `max` constantly, it means vminsert node is overloaded and requires more CPU or higher limits." ,
2020-07-22 09:43:23 +00:00
"fieldConfig" : {
"defaults" : {
2020-09-02 12:15:13 +00:00
"links" : [ ]
2020-07-22 09:43:23 +00:00
} ,
"overrides" : [ ]
} ,
2019-11-07 10:09:27 +00:00
"fill" : 1 ,
"fillGradient" : 0 ,
"gridPos" : {
"h" : 8 ,
"w" : 12 ,
"x" : 12 ,
2021-06-14 10:03:54 +00:00
"y" : 9
2019-11-07 10:09:27 +00:00
} ,
2020-02-03 00:07:07 +00:00
"hiddenSeries" : false ,
2019-11-07 10:09:27 +00:00
"id" : 99 ,
"legend" : {
"alignAsTable" : true ,
"avg" : true ,
"current" : true ,
"hideEmpty" : false ,
"hideZero" : false ,
2021-06-14 10:03:54 +00:00
"max" : true ,
2019-11-07 10:09:27 +00:00
"min" : false ,
2021-06-14 10:03:54 +00:00
"show" : true ,
2019-11-07 10:09:27 +00:00
"sort" : "current" ,
"sortDesc" : true ,
"total" : false ,
"values" : true
} ,
"lines" : true ,
"linewidth" : 1 ,
"links" : [ ] ,
"nullPointMode" : "null" ,
2021-04-05 19:28:02 +00:00
"options" : {
"alertThreshold" : true
} ,
2019-11-07 10:09:27 +00:00
"percentage" : false ,
2021-12-20 15:32:05 +00:00
"pluginVersion" : "8.3.2" ,
2019-11-07 10:09:27 +00:00
"pointradius" : 2 ,
"points" : false ,
"renderer" : "flot" ,
"seriesOverrides" : [
{
"alias" : "max" ,
2020-02-03 21:21:04 +00:00
"color" : "#C4162A" ,
"fill" : 0
2019-11-07 10:09:27 +00:00
}
] ,
"spaceLength" : 10 ,
"stack" : false ,
"steppedLine" : false ,
"targets" : [
{
2021-11-09 14:50:08 +00:00
"expr" : "sum(vm_concurrent_insert_current{job=~\"$job_insert\", instance=~\"$instance\"})" ,
2019-11-07 10:09:27 +00:00
"format" : "time_series" ,
2020-11-30 09:30:11 +00:00
"interval" : "" ,
2019-11-07 10:09:27 +00:00
"intervalFactor" : 1 ,
2020-01-29 23:48:36 +00:00
"legendFormat" : "current" ,
2019-11-07 10:09:27 +00:00
"refId" : "A"
} ,
{
2021-05-07 08:25:00 +00:00
"exemplar" : true ,
2021-11-09 14:50:08 +00:00
"expr" : "sum(vm_concurrent_insert_capacity{job=~\"$job_insert\", instance=~\"$instance\"})" ,
2019-11-07 10:09:27 +00:00
"format" : "time_series" ,
2021-05-07 08:25:00 +00:00
"interval" : "" ,
2019-11-07 10:09:27 +00:00
"intervalFactor" : 1 ,
2020-01-29 23:48:36 +00:00
"legendFormat" : "max" ,
2019-11-07 10:09:27 +00:00
"refId" : "B"
}
] ,
"thresholds" : [ ] ,
"timeRegions" : [ ] ,
"title" : "Concurrent inserts ($instance)" ,
"tooltip" : {
"shared" : true ,
"sort" : 2 ,
"value_type" : "individual"
} ,
"type" : "graph" ,
"xaxis" : {
"mode" : "time" ,
"show" : true ,
"values" : [ ]
} ,
"yaxes" : [
{
"decimals" : 0 ,
"format" : "short" ,
"logBase" : 1 ,
2020-09-01 18:56:56 +00:00
"min" : "0" ,
2019-11-07 10:09:27 +00:00
"show" : true
} ,
{
"decimals" : 0 ,
"format" : "short" ,
"logBase" : 1 ,
2020-09-01 18:56:56 +00:00
"min" : "0" ,
2019-11-07 10:09:27 +00:00
"show" : true
}
] ,
"yaxis" : {
2021-12-20 15:32:05 +00:00
"align" : false
2019-11-07 10:09:27 +00:00
}
} ,
{
"aliasColors" : { } ,
"bars" : false ,
"dashLength" : 10 ,
"dashes" : false ,
2021-12-20 15:32:05 +00:00
"datasource" : {
"type" : "prometheus" ,
"uid" : "$ds"
} ,
2019-11-07 10:09:27 +00:00
"description" : "" ,
2020-07-22 09:43:23 +00:00
"fieldConfig" : {
"defaults" : {
2020-09-02 12:15:13 +00:00
"links" : [ ]
2020-07-22 09:43:23 +00:00
} ,
"overrides" : [ ]
} ,
2021-12-20 15:32:05 +00:00
"fill" : 0 ,
2019-11-07 10:09:27 +00:00
"fillGradient" : 0 ,
"gridPos" : {
"h" : 8 ,
"w" : 12 ,
"x" : 0 ,
2021-06-14 10:03:54 +00:00
"y" : 17
2019-11-07 10:09:27 +00:00
} ,
2020-02-03 00:07:07 +00:00
"hiddenSeries" : false ,
2019-11-07 10:09:27 +00:00
"id" : 90 ,
"legend" : {
"alignAsTable" : true ,
"avg" : true ,
"current" : true ,
2021-06-14 10:03:54 +00:00
"max" : true ,
2019-11-07 10:09:27 +00:00
"min" : false ,
"show" : true ,
"sort" : "current" ,
"sortDesc" : true ,
"total" : false ,
"values" : true
} ,
"lines" : true ,
"linewidth" : 1 ,
"links" : [ ] ,
"nullPointMode" : "null as zero" ,
2021-04-05 19:28:02 +00:00
"options" : {
"alertThreshold" : true
} ,
2019-11-07 10:09:27 +00:00
"percentage" : false ,
2021-12-20 15:32:05 +00:00
"pluginVersion" : "8.3.2" ,
2019-11-07 10:09:27 +00:00
"pointradius" : 2 ,
"points" : false ,
"renderer" : "flot" ,
2021-12-20 15:32:05 +00:00
"seriesOverrides" : [ ] ,
2019-11-07 10:09:27 +00:00
"spaceLength" : 10 ,
2021-12-20 15:32:05 +00:00
"stack" : true ,
2019-11-07 10:09:27 +00:00
"steppedLine" : false ,
"targets" : [
{
2021-12-20 15:32:05 +00:00
"datasource" : {
"type" : "prometheus" ,
"uid" : "$ds"
} ,
"exemplar" : true ,
2022-04-22 14:37:57 +00:00
"expr" : "sum(rate(vm_tcplistener_read_bytes_total{job=~\"$job_insert\", instance=~\"$instance\"}[$__rate_interval])) by (instance) * 8 > 0" ,
2019-11-07 10:09:27 +00:00
"format" : "time_series" ,
2021-12-20 15:32:05 +00:00
"interval" : "" ,
2019-11-07 10:09:27 +00:00
"intervalFactor" : 1 ,
2021-12-20 15:32:05 +00:00
"legendFormat" : "{{instance}}" ,
2019-11-07 10:09:27 +00:00
"refId" : "A"
}
] ,
"thresholds" : [ ] ,
"timeRegions" : [ ] ,
"title" : "Network usage ($instance)" ,
"tooltip" : {
"shared" : true ,
"sort" : 2 ,
"value_type" : "individual"
} ,
"type" : "graph" ,
"xaxis" : {
"mode" : "time" ,
"show" : true ,
"values" : [ ]
} ,
"yaxes" : [
{
2020-02-03 00:07:07 +00:00
"format" : "bps" ,
2019-11-07 10:09:27 +00:00
"logBase" : 1 ,
"show" : true
} ,
{
"format" : "short" ,
"logBase" : 1 ,
2020-09-01 18:56:56 +00:00
"min" : "0" ,
2019-11-07 10:09:27 +00:00
"show" : true
}
] ,
"yaxis" : {
2021-12-20 15:32:05 +00:00
"align" : false
2019-11-07 10:09:27 +00:00
}
} ,
{
"aliasColors" : { } ,
"bars" : false ,
"dashLength" : 10 ,
"dashes" : false ,
2021-12-20 15:32:05 +00:00
"datasource" : {
"uid" : "$ds"
} ,
2019-11-07 10:09:27 +00:00
"description" : "" ,
2020-07-22 09:43:23 +00:00
"fieldConfig" : {
"defaults" : {
2020-09-02 12:15:13 +00:00
"links" : [ ]
2020-07-22 09:43:23 +00:00
} ,
"overrides" : [ ]
} ,
2019-11-07 10:09:27 +00:00
"fill" : 1 ,
"fillGradient" : 0 ,
"gridPos" : {
"h" : 8 ,
"w" : 12 ,
"x" : 12 ,
2021-06-14 10:03:54 +00:00
"y" : 17
2019-11-07 10:09:27 +00:00
} ,
2020-02-03 00:07:07 +00:00
"hiddenSeries" : false ,
2019-11-07 10:09:27 +00:00
"id" : 88 ,
"legend" : {
"alignAsTable" : true ,
"avg" : true ,
"current" : true ,
2021-06-14 10:03:54 +00:00
"max" : true ,
2019-11-07 10:09:27 +00:00
"min" : false ,
"show" : true ,
"sort" : "current" ,
"sortDesc" : true ,
"total" : false ,
"values" : true
} ,
"lines" : true ,
"linewidth" : 1 ,
"links" : [ ] ,
"nullPointMode" : "null as zero" ,
2021-04-05 19:28:02 +00:00
"options" : {
"alertThreshold" : true
} ,
2019-11-07 10:09:27 +00:00
"percentage" : false ,
2021-12-20 15:32:05 +00:00
"pluginVersion" : "8.3.2" ,
2019-11-07 10:09:27 +00:00
"pointradius" : 2 ,
"points" : false ,
"renderer" : "flot" ,
"seriesOverrides" : [ ] ,
"spaceLength" : 10 ,
"stack" : false ,
"steppedLine" : false ,
"targets" : [
{
2022-04-22 14:37:57 +00:00
"expr" : "histogram_quantile(0.99, sum(increase(vm_rows_per_insert_bucket{job=~\"$job\", instance=~\"$instance\"}[$__rate_interval])) by (instance, vmrange))" ,
2019-11-07 10:09:27 +00:00
"format" : "time_series" ,
2020-03-27 23:17:38 +00:00
"interval" : "" ,
2019-11-07 10:09:27 +00:00
"intervalFactor" : 1 ,
"legendFormat" : "{{instance}}" ,
"refId" : "A"
}
] ,
"thresholds" : [ ] ,
"timeRegions" : [ ] ,
"title" : "Rows per insert ($instance)" ,
"tooltip" : {
"shared" : true ,
"sort" : 2 ,
"value_type" : "individual"
} ,
"type" : "graph" ,
"xaxis" : {
"mode" : "time" ,
"show" : true ,
"values" : [ ]
} ,
"yaxes" : [
{
2020-05-19 08:57:20 +00:00
"decimals" : 2 ,
2019-11-07 10:09:27 +00:00
"format" : "short" ,
"logBase" : 1 ,
2020-09-01 18:56:56 +00:00
"min" : "0" ,
2020-05-19 08:57:20 +00:00
"show" : true
2019-11-07 10:09:27 +00:00
} ,
{
"format" : "short" ,
"logBase" : 1 ,
2020-09-01 18:56:56 +00:00
"min" : "0" ,
2019-11-07 10:09:27 +00:00
"show" : true
}
] ,
"yaxis" : {
2021-12-20 15:32:05 +00:00
"align" : false
2019-11-07 10:09:27 +00:00
}
2020-07-22 09:43:23 +00:00
} ,
2021-09-01 14:05:17 +00:00
{
"aliasColors" : { } ,
"bars" : false ,
"dashLength" : 10 ,
"dashes" : false ,
2021-12-20 15:32:05 +00:00
"datasource" : {
"uid" : "$ds"
} ,
2021-09-01 14:05:17 +00:00
"description" : "Shows the saturation level of connection between vminsert and vmstorage components. If the threshold of 0.9sec is reached, then the connection is saturated by more than 90% and vminsert won't be able to keep up. This usually means that more vminsert or vmstorage nodes must be added to the cluster in order to increase the total number of vminsert -> vmstorage links.\n" ,
"fieldConfig" : {
"defaults" : {
"links" : [ ]
} ,
"overrides" : [ ]
} ,
"fill" : 1 ,
"fillGradient" : 0 ,
"gridPos" : {
"h" : 8 ,
"w" : 12 ,
"x" : 0 ,
"y" : 25
} ,
"hiddenSeries" : false ,
"id" : 139 ,
"legend" : {
"alignAsTable" : true ,
"avg" : true ,
"current" : true ,
"max" : false ,
"min" : false ,
"show" : true ,
"sort" : "current" ,
"sortDesc" : true ,
"total" : false ,
"values" : true
} ,
"lines" : true ,
"linewidth" : 1 ,
"links" : [ ] ,
"nullPointMode" : "null as zero" ,
"options" : {
"alertThreshold" : true
} ,
"percentage" : false ,
2021-12-20 15:32:05 +00:00
"pluginVersion" : "8.3.2" ,
2021-09-01 14:05:17 +00:00
"pointradius" : 2 ,
"points" : false ,
"renderer" : "flot" ,
"seriesOverrides" : [ ] ,
"spaceLength" : 10 ,
"stack" : false ,
"steppedLine" : false ,
"targets" : [
{
"exemplar" : true ,
"expr" : "rate(vm_rpc_send_duration_seconds_total{job=~\"$job\", instance=~\"$instance\"}[$__rate_interval])" ,
"format" : "time_series" ,
"interval" : "" ,
"intervalFactor" : 1 ,
"legendFormat" : "{{instance}} => {{addr}}" ,
"refId" : "A"
}
] ,
"thresholds" : [
{
"$$hashKey" : "object:234" ,
"colorMode" : "critical" ,
"fill" : true ,
"line" : true ,
"op" : "gt" ,
"value" : 0.9 ,
"yaxis" : "left"
}
] ,
"timeRegions" : [ ] ,
"title" : "Storage connection saturation ($instance)" ,
"tooltip" : {
"shared" : true ,
"sort" : 2 ,
"value_type" : "individual"
} ,
"type" : "graph" ,
"xaxis" : {
"mode" : "time" ,
"show" : true ,
"values" : [ ]
} ,
"yaxes" : [
{
"$$hashKey" : "object:156" ,
"decimals" : 0 ,
"format" : "s" ,
"logBase" : 1 ,
"min" : "0" ,
"show" : true
} ,
{
"$$hashKey" : "object:157" ,
"format" : "short" ,
"logBase" : 1 ,
"min" : "0" ,
"show" : true
}
] ,
"yaxis" : {
2021-12-20 15:32:05 +00:00
"align" : false
2021-09-01 14:05:17 +00:00
}
} ,
2020-11-30 09:30:11 +00:00
{
"aliasColors" : { } ,
"bars" : false ,
"dashLength" : 10 ,
"dashes" : false ,
2021-12-20 15:32:05 +00:00
"datasource" : {
"uid" : "$ds"
} ,
2020-11-30 09:30:11 +00:00
"description" : "Shows if vmstorage node is reachable for vminsert. If below 1 means vmstorage is not reachable at this moment of time. " ,
"fieldConfig" : {
"defaults" : {
"links" : [ ]
} ,
"overrides" : [ ]
} ,
"fill" : 1 ,
"fillGradient" : 0 ,
"gridPos" : {
"h" : 8 ,
"w" : 12 ,
"x" : 12 ,
2021-06-14 10:03:54 +00:00
"y" : 25
2020-11-30 09:30:11 +00:00
} ,
"hiddenSeries" : false ,
"id" : 114 ,
"legend" : {
"alignAsTable" : true ,
"avg" : true ,
"current" : true ,
"max" : false ,
"min" : false ,
"show" : true ,
"sort" : "current" ,
"sortDesc" : true ,
"total" : false ,
"values" : true
} ,
"lines" : true ,
"linewidth" : 1 ,
"links" : [ ] ,
"nullPointMode" : "null as zero" ,
2021-04-05 19:28:02 +00:00
"options" : {
"alertThreshold" : true
} ,
2020-11-30 09:30:11 +00:00
"percentage" : false ,
2021-12-20 15:32:05 +00:00
"pluginVersion" : "8.3.2" ,
2020-11-30 09:30:11 +00:00
"pointradius" : 2 ,
"points" : false ,
"renderer" : "flot" ,
"seriesOverrides" : [ ] ,
"spaceLength" : 10 ,
"stack" : false ,
"steppedLine" : false ,
"targets" : [
{
"expr" : "vm_rpc_vmstorage_is_reachable{job=~\"$job\", instance=~\"$instance\"}" ,
"format" : "time_series" ,
"interval" : "" ,
"intervalFactor" : 1 ,
"legendFormat" : "{{instance}} => {{addr}}" ,
"refId" : "A"
}
] ,
"thresholds" : [ ] ,
"timeRegions" : [ ] ,
"title" : "Storage reachability ($instance)" ,
"tooltip" : {
"shared" : true ,
"sort" : 2 ,
"value_type" : "individual"
} ,
"type" : "graph" ,
"xaxis" : {
"mode" : "time" ,
"show" : true ,
"values" : [ ]
} ,
"yaxes" : [
{
"decimals" : 0 ,
"format" : "short" ,
"logBase" : 1 ,
"min" : "0" ,
"show" : true
} ,
{
"format" : "short" ,
"logBase" : 1 ,
"min" : "0" ,
"show" : true
}
] ,
"yaxis" : {
2021-12-20 15:32:05 +00:00
"align" : false
2020-11-30 09:30:11 +00:00
}
2019-11-07 10:09:27 +00:00
}
] ,
"title" : "vminsert ($instance)" ,
"type" : "row"
}
] ,
2022-02-15 09:57:58 +00:00
"schemaVersion" : 34 ,
2019-11-07 10:09:27 +00:00
"style" : "dark" ,
"tags" : [ ] ,
"templating" : {
"list" : [
{
"current" : {
2020-06-12 19:07:28 +00:00
"selected" : false ,
2020-03-27 23:17:38 +00:00
"text" : "VictoriaMetrics" ,
"value" : "VictoriaMetrics"
2019-11-07 10:09:27 +00:00
} ,
"hide" : 0 ,
"includeAll" : false ,
"multi" : false ,
"name" : "ds" ,
"options" : [ ] ,
"query" : "prometheus" ,
2021-12-22 09:21:06 +00:00
"queryValue" : "" ,
2019-11-07 10:09:27 +00:00
"refresh" : 1 ,
"regex" : "" ,
"skipUrlSync" : false ,
"type" : "datasource"
} ,
{
2019-11-11 22:23:24 +00:00
"current" : { } ,
2021-12-20 15:32:05 +00:00
"datasource" : {
"uid" : "$ds"
} ,
2019-11-07 10:09:27 +00:00
"definition" : "label_values(vm_app_version{version=~\"^vminsert.*\"}, job)" ,
"hide" : 2 ,
"includeAll" : false ,
"multi" : false ,
"name" : "job_insert" ,
"options" : [ ] ,
2021-04-05 19:28:02 +00:00
"query" : {
"query" : "label_values(vm_app_version{version=~\"^vminsert.*\"}, job)" ,
"refId" : "VictoriaMetrics-job_insert-Variable-Query"
} ,
2019-11-07 10:09:27 +00:00
"refresh" : 1 ,
"regex" : "" ,
"skipUrlSync" : false ,
"sort" : 0 ,
"tagValuesQuery" : "" ,
"tagsQuery" : "" ,
"type" : "query" ,
"useTags" : false
} ,
{
2019-11-11 22:23:24 +00:00
"current" : { } ,
2021-12-20 15:32:05 +00:00
"datasource" : {
"uid" : "$ds"
} ,
2019-11-07 10:09:27 +00:00
"definition" : "label_values(vm_app_version{version=~\"^vmselect.*\"}, job)" ,
"hide" : 2 ,
"includeAll" : false ,
"multi" : false ,
"name" : "job_select" ,
"options" : [ ] ,
2021-04-05 19:28:02 +00:00
"query" : {
"query" : "label_values(vm_app_version{version=~\"^vmselect.*\"}, job)" ,
"refId" : "VictoriaMetrics-job_select-Variable-Query"
} ,
2019-11-07 10:09:27 +00:00
"refresh" : 1 ,
"regex" : "" ,
"skipUrlSync" : false ,
"sort" : 0 ,
"tagValuesQuery" : "" ,
"tagsQuery" : "" ,
"type" : "query" ,
"useTags" : false
} ,
{
2019-11-11 22:23:24 +00:00
"current" : { } ,
2021-12-20 15:32:05 +00:00
"datasource" : {
"uid" : "$ds"
} ,
2019-11-07 10:09:27 +00:00
"definition" : "label_values(vm_app_version{version=~\"^vmstorage.*\"}, job)" ,
"hide" : 2 ,
"includeAll" : false ,
"multi" : false ,
"name" : "job_storage" ,
"options" : [ ] ,
2021-04-05 19:28:02 +00:00
"query" : {
"query" : "label_values(vm_app_version{version=~\"^vmstorage.*\"}, job)" ,
"refId" : "VictoriaMetrics-job_storage-Variable-Query"
} ,
2019-11-07 10:09:27 +00:00
"refresh" : 1 ,
"regex" : "" ,
"skipUrlSync" : false ,
"sort" : 0 ,
"tagValuesQuery" : "" ,
"tagsQuery" : "" ,
"type" : "query" ,
"useTags" : false
} ,
{
2019-11-11 22:23:24 +00:00
"current" : { } ,
2021-12-20 15:32:05 +00:00
"datasource" : {
"uid" : "$ds"
} ,
2020-07-16 23:18:03 +00:00
"definition" : "label_values(vm_app_version{version=~\"^vm(insert|select|storage).*\"}, job)" ,
2019-11-07 10:09:27 +00:00
"hide" : 0 ,
"includeAll" : true ,
"multi" : true ,
"name" : "job" ,
"options" : [ ] ,
2021-04-05 19:28:02 +00:00
"query" : {
"query" : "label_values(vm_app_version{version=~\"^vm(insert|select|storage).*\"}, job)" ,
"refId" : "VictoriaMetrics-job-Variable-Query"
} ,
2019-11-07 10:09:27 +00:00
"refresh" : 1 ,
"regex" : "" ,
"skipUrlSync" : false ,
"sort" : 0 ,
"tagValuesQuery" : "" ,
"tagsQuery" : "" ,
"type" : "query" ,
"useTags" : false
} ,
{
"allValue" : ".*" ,
2019-11-11 22:23:24 +00:00
"current" : { } ,
2021-12-20 15:32:05 +00:00
"datasource" : {
"uid" : "$ds"
} ,
2019-11-07 10:09:27 +00:00
"definition" : "label_values(vm_app_version{job=~\"$job\"}, instance)" ,
"hide" : 0 ,
"includeAll" : true ,
"multi" : true ,
"name" : "instance" ,
"options" : [ ] ,
2021-04-05 19:28:02 +00:00
"query" : {
"query" : "label_values(vm_app_version{job=~\"$job\"}, instance)" ,
"refId" : "VictoriaMetrics-instance-Variable-Query"
} ,
2019-11-07 10:09:27 +00:00
"refresh" : 1 ,
"regex" : "" ,
"skipUrlSync" : false ,
"sort" : 0 ,
2021-06-14 10:03:54 +00:00
"type" : "query"
2022-04-22 14:25:53 +00:00
} ,
{
"datasource" : {
"type" : "prometheus" ,
"uid" : "${ds}"
} ,
"filters" : [ ] ,
"hide" : 0 ,
"name" : "adhoc" ,
"skipUrlSync" : false ,
"type" : "adhoc"
2019-11-07 10:09:27 +00:00
}
]
} ,
"time" : {
2021-04-05 19:28:02 +00:00
"from" : "now-3h" ,
2019-11-07 10:09:27 +00:00
"to" : "now"
} ,
"timepicker" : {
"refresh_intervals" : [
"10s" ,
"30s" ,
"1m" ,
"5m" ,
"15m" ,
"30m" ,
"1h" ,
"2h" ,
"1d"
]
} ,
"timezone" : "" ,
"title" : "VictoriaMetrics - cluster" ,
"uid" : "oS7Bi_0Wz" ,
2021-12-20 15:32:05 +00:00
"version" : 1 ,
"weekStart" : ""
}