2021-08-31 09:28:02 +00:00
{
"__inputs" : [ ] ,
2022-11-29 18:26:31 +00:00
"__elements" : { } ,
2021-08-31 09:28:02 +00:00
"__requires" : [
{
"type" : "grafana" ,
"id" : "grafana" ,
"name" : "Grafana" ,
2022-11-29 18:26:31 +00:00
"version" : "9.2.6"
2021-08-31 09:28:02 +00:00
} ,
{
"type" : "datasource" ,
"id" : "prometheus" ,
"name" : "Prometheus" ,
"version" : "1.0.0"
} ,
{
"type" : "panel" ,
"id" : "stat" ,
"name" : "Stat" ,
"version" : ""
} ,
{
"type" : "panel" ,
2022-09-16 19:24:32 +00:00
"id" : "table" ,
"name" : "Table" ,
2021-08-31 09:28:02 +00:00
"version" : ""
} ,
{
"type" : "panel" ,
"id" : "timeseries" ,
"name" : "Time series" ,
"version" : ""
}
] ,
"annotations" : {
"list" : [
{
"builtIn" : 1 ,
2022-09-16 19:24:32 +00:00
"datasource" : {
"type" : "datasource" ,
"uid" : "grafana"
} ,
2021-08-31 09:28:02 +00:00
"enable" : true ,
"hide" : true ,
"iconColor" : "rgba(0, 211, 255, 1)" ,
"name" : "Annotations & Alerts" ,
"target" : {
"limit" : 100 ,
"matchAny" : false ,
"tags" : [ ] ,
"type" : "dashboard"
} ,
"type" : "dashboard"
2022-12-12 15:32:26 +00:00
} ,
{
"datasource" : {
"type" : "prometheus" ,
"uid" : "$ds"
} ,
"enable" : true ,
2023-03-10 16:13:19 +00:00
"expr" : "sum(vm_app_version{job=~\"$job\", instance=~\"$instance\"}) by(short_version) unless (sum(vm_app_version{job=~\"$job\", instance=~\"$instance\"} offset 20m) by(short_version))" ,
2022-12-12 15:32:26 +00:00
"hide" : true ,
"iconColor" : "dark-blue" ,
"name" : "version" ,
"textFormat" : "{{short_version}}" ,
"titleFormat" : "Version change"
2023-03-10 16:13:19 +00:00
} ,
{
"datasource" : {
"type" : "prometheus" ,
"uid" : "$ds"
} ,
"enable" : true ,
"expr" : "sum(changes(vm_app_start_timestamp{job=~\"$job\", instance=~\"$instance\"})) by(job, instance)" ,
"hide" : true ,
"iconColor" : "dark-yellow" ,
"name" : "restarts" ,
"textFormat" : "{{job}}:{{instance}} restarted"
2021-08-31 09:28:02 +00:00
}
]
} ,
2022-11-29 18:26:31 +00:00
"description" : "Overview for VictoriaMetrics vmalert v1.83.0 or higher" ,
2021-08-31 09:28:02 +00:00
"editable" : true ,
2022-02-15 09:54:28 +00:00
"fiscalYearStartMonth" : 0 ,
2021-08-31 09:28:02 +00:00
"graphTooltip" : 1 ,
"id" : null ,
"links" : [
{
"asDropdown" : false ,
"icon" : "external link" ,
"includeVars" : false ,
"keepTime" : false ,
"tags" : [ ] ,
"targetBlank" : true ,
"title" : "vmalert docs" ,
"tooltip" : "" ,
"type" : "link" ,
"url" : "https://docs.victoriametrics.com/vmalert.html"
} ,
{
"asDropdown" : false ,
"icon" : "external link" ,
"includeVars" : false ,
"keepTime" : false ,
"tags" : [ ] ,
"targetBlank" : true ,
"title" : "Found a bug?" ,
"tooltip" : "" ,
"type" : "link" ,
"url" : " https://github.com/VictoriaMetrics/VictoriaMetrics/issues"
} ,
{
"asDropdown" : false ,
"icon" : "external link" ,
"includeVars" : false ,
"keepTime" : false ,
"tags" : [ ] ,
"targetBlank" : true ,
"title" : "New releases" ,
"tooltip" : "" ,
"type" : "link" ,
"url" : " https://github.com/VictoriaMetrics/VictoriaMetrics/releases"
}
] ,
2022-02-15 09:54:28 +00:00
"liveNow" : false ,
2021-08-31 09:28:02 +00:00
"panels" : [
{
"collapsed" : false ,
"gridPos" : {
"h" : 1 ,
"w" : 24 ,
"x" : 0 ,
"y" : 0
} ,
2022-11-29 18:26:31 +00:00
"id" : 47 ,
2021-08-31 09:28:02 +00:00
"panels" : [ ] ,
2022-11-29 18:26:31 +00:00
"title" : "Stats" ,
2021-08-31 09:28:02 +00:00
"type" : "row"
} ,
{
2022-02-15 09:54:28 +00:00
"datasource" : {
2022-11-28 07:37:39 +00:00
"type" : "prometheus" ,
2022-02-15 09:54:28 +00:00
"uid" : "$ds"
} ,
2021-08-31 09:28:02 +00:00
"description" : "Shows if the last configuration update was successful. \"Not Ok\" means there was an unsuccessful attempt to update the configuration due to some error. Check the log for details." ,
"fieldConfig" : {
"defaults" : {
"mappings" : [
{
"options" : {
"0" : {
"color" : "green" ,
"index" : 0 ,
"text" : "Ok"
}
} ,
"type" : "value"
} ,
{
"options" : {
"from" : 1 ,
"result" : {
"color" : "red" ,
"index" : 1 ,
"text" : "Not Ok"
} ,
"to" : 999999
} ,
"type" : "range"
}
] ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
"color" : "green" ,
"value" : null
}
]
}
} ,
"overrides" : [ ]
} ,
"gridPos" : {
"h" : 3 ,
2022-11-29 18:26:31 +00:00
"w" : 4 ,
2021-08-31 09:28:02 +00:00
"x" : 0 ,
"y" : 1
} ,
"id" : 6 ,
"options" : {
"colorMode" : "value" ,
"graphMode" : "area" ,
"justifyMode" : "auto" ,
"orientation" : "auto" ,
"reduceOptions" : {
"calcs" : [
"last"
] ,
"fields" : "" ,
"values" : false
} ,
"text" : { } ,
"textMode" : "auto"
} ,
2022-11-29 18:26:31 +00:00
"pluginVersion" : "9.2.6" ,
2021-08-31 09:28:02 +00:00
"targets" : [
{
2022-09-16 19:24:32 +00:00
"datasource" : {
2022-11-28 07:37:39 +00:00
"type" : "prometheus" ,
2022-09-16 19:24:32 +00:00
"uid" : "$ds"
} ,
2021-08-31 09:28:02 +00:00
"exemplar" : false ,
"expr" : "count(vmalert_config_last_reload_successful{job=~\"$job\", instance=~\"$instance\"} < 1 ) or 0" ,
"interval" : "" ,
"legendFormat" : "" ,
"refId" : "A"
}
] ,
2022-11-29 18:26:31 +00:00
"title" : "Config update" ,
2021-08-31 09:28:02 +00:00
"type" : "stat"
} ,
{
2022-02-15 09:54:28 +00:00
"datasource" : {
2022-11-28 07:37:39 +00:00
"type" : "prometheus" ,
2022-02-15 09:54:28 +00:00
"uid" : "$ds"
} ,
2022-11-29 18:26:31 +00:00
"description" : "Shows the total number of loaded alerting rules across selected instances and groups." ,
2021-08-31 09:28:02 +00:00
"fieldConfig" : {
"defaults" : {
"mappings" : [ ] ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
"color" : "green" ,
"value" : null
2022-11-29 18:26:31 +00:00
}
]
}
} ,
"overrides" : [ ]
} ,
"gridPos" : {
"h" : 3 ,
"w" : 5 ,
"x" : 4 ,
"y" : 1
} ,
"id" : 9 ,
"options" : {
"colorMode" : "value" ,
"graphMode" : "area" ,
"justifyMode" : "auto" ,
"orientation" : "auto" ,
"reduceOptions" : {
"calcs" : [
"last"
] ,
"fields" : "" ,
"values" : false
} ,
"text" : { } ,
"textMode" : "auto"
} ,
"pluginVersion" : "9.2.6" ,
"targets" : [
{
"datasource" : {
"type" : "prometheus" ,
"uid" : "$ds"
} ,
"exemplar" : false ,
"expr" : "count(vmalert_alerting_rules_error{job=~\"$job\", instance=~\"$instance\", group=~\"$group\"})" ,
"interval" : "" ,
"legendFormat" : "" ,
"refId" : "A"
}
] ,
"title" : "Alerting rules" ,
"type" : "stat"
} ,
{
"datasource" : {
"type" : "prometheus" ,
"uid" : "$ds"
} ,
"description" : "Shows the total number of loaded recording rules across selected instances and groups." ,
"fieldConfig" : {
"defaults" : {
"mappings" : [ ] ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
2021-08-31 09:28:02 +00:00
{
2022-11-29 18:26:31 +00:00
"color" : "green" ,
"value" : null
2021-08-31 09:28:02 +00:00
}
]
}
} ,
"overrides" : [ ]
} ,
"gridPos" : {
"h" : 3 ,
2022-11-29 18:26:31 +00:00
"w" : 5 ,
"x" : 9 ,
2021-08-31 09:28:02 +00:00
"y" : 1
} ,
2022-11-29 18:26:31 +00:00
"id" : 7 ,
2021-08-31 09:28:02 +00:00
"options" : {
"colorMode" : "value" ,
"graphMode" : "area" ,
"justifyMode" : "auto" ,
"orientation" : "auto" ,
"reduceOptions" : {
"calcs" : [
"last"
] ,
"fields" : "" ,
"values" : false
} ,
"text" : { } ,
"textMode" : "auto"
} ,
2022-11-29 18:26:31 +00:00
"pluginVersion" : "9.2.6" ,
2021-08-31 09:28:02 +00:00
"targets" : [
{
2022-09-16 19:24:32 +00:00
"datasource" : {
2022-11-28 07:37:39 +00:00
"type" : "prometheus" ,
2022-09-16 19:24:32 +00:00
"uid" : "$ds"
} ,
2021-08-31 09:28:02 +00:00
"exemplar" : false ,
2022-11-29 18:26:31 +00:00
"expr" : "count(vmalert_recording_rules_error{job=~\"$job\", instance=~\"$instance\", group=~\"$group\"})" ,
2021-08-31 09:28:02 +00:00
"interval" : "" ,
"legendFormat" : "" ,
"refId" : "A"
}
] ,
2022-11-29 18:26:31 +00:00
"title" : "Recording rules" ,
2021-08-31 09:28:02 +00:00
"type" : "stat"
} ,
{
2022-02-15 09:54:28 +00:00
"datasource" : {
2022-11-28 07:37:39 +00:00
"type" : "prometheus" ,
2022-02-15 09:54:28 +00:00
"uid" : "$ds"
} ,
2022-11-29 18:26:31 +00:00
"description" : "Shows the total number of errors generated by recording/alerting rules for selected instances and groups." ,
2021-08-31 09:28:02 +00:00
"fieldConfig" : {
"defaults" : {
"mappings" : [ ] ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
"color" : "green" ,
"value" : null
2022-11-29 18:26:31 +00:00
} ,
{
"color" : "red" ,
"value" : 1
2021-08-31 09:28:02 +00:00
}
]
}
} ,
"overrides" : [ ]
} ,
"gridPos" : {
"h" : 3 ,
2022-11-29 18:26:31 +00:00
"w" : 5 ,
"x" : 14 ,
2021-08-31 09:28:02 +00:00
"y" : 1
} ,
2022-11-29 18:26:31 +00:00
"id" : 8 ,
2021-08-31 09:28:02 +00:00
"options" : {
"colorMode" : "value" ,
"graphMode" : "area" ,
"justifyMode" : "auto" ,
"orientation" : "auto" ,
"reduceOptions" : {
"calcs" : [
"last"
] ,
"fields" : "" ,
"values" : false
} ,
"text" : { } ,
"textMode" : "auto"
} ,
2022-11-29 18:26:31 +00:00
"pluginVersion" : "9.2.6" ,
2021-08-31 09:28:02 +00:00
"targets" : [
{
2022-09-16 19:24:32 +00:00
"datasource" : {
2022-11-28 07:37:39 +00:00
"type" : "prometheus" ,
2022-09-16 19:24:32 +00:00
"uid" : "$ds"
} ,
2021-08-31 09:28:02 +00:00
"exemplar" : false ,
2022-11-29 18:26:31 +00:00
"expr" : "(sum(vmalert_alerting_rules_error{job=~\"$job\", instance=~\"$instance\", group=~\"$group\"}) or vector(0)) + \n(sum(vmalert_recording_rules_error{job=~\"$job\", instance=~\"$instance\", group=~\"$group\"}) or vector(0))" ,
2021-08-31 09:28:02 +00:00
"interval" : "" ,
"legendFormat" : "" ,
"refId" : "A"
}
] ,
2022-11-29 18:26:31 +00:00
"title" : "Errors" ,
2021-08-31 09:28:02 +00:00
"type" : "stat"
} ,
{
2022-02-15 09:54:28 +00:00
"datasource" : {
2022-11-28 07:37:39 +00:00
"type" : "prometheus" ,
2022-02-15 09:54:28 +00:00
"uid" : "$ds"
} ,
2022-11-29 18:26:31 +00:00
"description" : "Shows number of Recording Rules which produce no data.\n\n Usually it means that such rules are misconfigured, since they give no output during the evaluation.\nPlease check if rule's expression is correct and it is working as expected." ,
2021-08-31 09:28:02 +00:00
"fieldConfig" : {
"defaults" : {
"mappings" : [ ] ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
"color" : "green" ,
"value" : null
2022-11-29 18:26:31 +00:00
} ,
{
"color" : "red" ,
"value" : 1
2021-08-31 09:28:02 +00:00
}
]
}
} ,
"overrides" : [ ]
} ,
"gridPos" : {
"h" : 3 ,
2022-11-29 18:26:31 +00:00
"w" : 5 ,
"x" : 19 ,
2021-08-31 09:28:02 +00:00
"y" : 1
} ,
2022-11-29 18:26:31 +00:00
"id" : 48 ,
2021-08-31 09:28:02 +00:00
"options" : {
"colorMode" : "value" ,
"graphMode" : "area" ,
"justifyMode" : "auto" ,
"orientation" : "auto" ,
"reduceOptions" : {
"calcs" : [
"last"
] ,
"fields" : "" ,
"values" : false
} ,
"text" : { } ,
"textMode" : "auto"
} ,
2022-11-29 18:26:31 +00:00
"pluginVersion" : "9.2.6" ,
2021-08-31 09:28:02 +00:00
"targets" : [
{
2022-09-16 19:24:32 +00:00
"datasource" : {
2022-11-28 07:37:39 +00:00
"type" : "prometheus" ,
2022-09-16 19:24:32 +00:00
"uid" : "$ds"
} ,
2022-11-29 18:26:31 +00:00
"editorMode" : "code" ,
2021-08-31 09:28:02 +00:00
"exemplar" : false ,
2022-11-29 18:26:31 +00:00
"expr" : "count(vmalert_recording_rules_last_evaluation_samples < 1) or 0" ,
2021-08-31 09:28:02 +00:00
"interval" : "" ,
"legendFormat" : "" ,
2022-11-29 18:26:31 +00:00
"range" : true ,
2021-08-31 09:28:02 +00:00
"refId" : "A"
}
] ,
2022-11-29 18:26:31 +00:00
"title" : "No data errors" ,
2021-08-31 09:28:02 +00:00
"type" : "stat"
} ,
{
2022-02-15 09:54:28 +00:00
"datasource" : {
2022-09-16 19:24:32 +00:00
"type" : "prometheus" ,
2022-02-15 09:54:28 +00:00
"uid" : "$ds"
} ,
2022-09-16 19:24:32 +00:00
"fieldConfig" : {
"defaults" : {
"color" : {
"mode" : "thresholds"
} ,
"custom" : {
"align" : "auto" ,
"displayMode" : "auto" ,
"inspect" : false ,
"minWidth" : 50
} ,
"mappings" : [ ] ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
"color" : "green" ,
"value" : null
} ,
{
"color" : "red" ,
"value" : 80
}
]
}
} ,
"overrides" : [
{
"matcher" : {
"id" : "byName" ,
"options" : "Time"
} ,
"properties" : [
{
"id" : "custom.hidden" ,
"value" : true
}
]
} ,
{
"matcher" : {
"id" : "byName" ,
"options" : "Value"
} ,
"properties" : [
{
"id" : "displayName" ,
"value" : "Count"
}
]
}
]
2021-08-31 09:28:02 +00:00
} ,
2022-09-16 19:24:32 +00:00
"gridPos" : {
"h" : 4 ,
"w" : 9 ,
"x" : 0 ,
"y" : 4
2021-08-31 09:28:02 +00:00
} ,
2022-09-16 19:24:32 +00:00
"id" : 45 ,
"options" : {
"footer" : {
"fields" : "" ,
"reducer" : [
"sum"
2021-08-31 09:28:02 +00:00
] ,
2022-09-16 19:24:32 +00:00
"show" : false
2021-08-31 09:28:02 +00:00
} ,
2022-09-16 19:24:32 +00:00
"showHeader" : true
} ,
2022-11-29 18:26:31 +00:00
"pluginVersion" : "9.2.6" ,
2021-08-31 09:28:02 +00:00
"targets" : [
{
2022-09-16 19:24:32 +00:00
"datasource" : {
"type" : "prometheus" ,
"uid" : "$ds"
} ,
"editorMode" : "code" ,
2021-08-31 09:28:02 +00:00
"exemplar" : false ,
2022-09-16 19:24:32 +00:00
"expr" : "sum(vm_app_version{job=~\"$job\", instance=~\"$instance\"}) by(job, short_version)" ,
2021-08-31 09:28:02 +00:00
"format" : "table" ,
"instant" : true ,
2022-09-16 19:24:32 +00:00
"range" : false ,
2021-08-31 09:28:02 +00:00
"refId" : "A"
}
] ,
2022-09-16 19:24:32 +00:00
"type" : "table"
2021-08-31 09:28:02 +00:00
} ,
{
2022-02-15 09:54:28 +00:00
"datasource" : {
2022-11-28 07:37:39 +00:00
"type" : "prometheus" ,
2022-02-15 09:54:28 +00:00
"uid" : "$ds"
} ,
2021-08-31 09:28:02 +00:00
"fieldConfig" : {
"defaults" : {
2022-11-29 18:26:31 +00:00
"color" : {
"mode" : "palette-classic"
} ,
"custom" : {
"axisCenteredZero" : false ,
"axisColorMode" : "text" ,
"axisLabel" : "" ,
"axisPlacement" : "auto" ,
"barAlignment" : 0 ,
"drawStyle" : "line" ,
"fillOpacity" : 0 ,
"gradientMode" : "none" ,
"hideFrom" : {
"legend" : false ,
"tooltip" : false ,
"viz" : false
} ,
"lineInterpolation" : "stepAfter" ,
"lineWidth" : 1 ,
"pointSize" : 5 ,
"scaleDistribution" : {
"type" : "linear"
} ,
"showPoints" : "never" ,
"spanNulls" : false ,
"stacking" : {
"group" : "A" ,
"mode" : "none"
} ,
"thresholdsStyle" : {
"mode" : "off"
}
} ,
"decimals" : 0 ,
"links" : [ ] ,
"mappings" : [ ] ,
"min" : 0 ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
"color" : "green" ,
"value" : null
} ,
{
"color" : "red" ,
"value" : 80
}
]
} ,
"unit" : "short"
2021-08-31 09:28:02 +00:00
} ,
"overrides" : [ ]
} ,
"gridPos" : {
"h" : 4 ,
2022-09-16 19:24:32 +00:00
"w" : 15 ,
"x" : 9 ,
2021-08-31 09:28:02 +00:00
"y" : 4
} ,
"id" : 4 ,
"options" : {
2022-11-29 18:26:31 +00:00
"legend" : {
"calcs" : [
"lastNotNull"
] ,
"displayMode" : "table" ,
"placement" : "right" ,
"showLegend" : true ,
"sortBy" : "Last *" ,
"sortDesc" : true
} ,
"tooltip" : {
"mode" : "multi" ,
"sort" : "asc"
}
2021-08-31 09:28:02 +00:00
} ,
2022-11-29 18:26:31 +00:00
"pluginVersion" : "9.2.6" ,
2021-08-31 09:28:02 +00:00
"targets" : [
{
2022-09-16 19:24:32 +00:00
"datasource" : {
2022-11-28 07:37:39 +00:00
"type" : "prometheus" ,
2022-09-16 19:24:32 +00:00
"uid" : "$ds"
} ,
2022-11-29 18:26:31 +00:00
"editorMode" : "code" ,
2021-08-31 09:28:02 +00:00
"exemplar" : false ,
2022-11-29 18:26:31 +00:00
"expr" : "sum(min_over_time(up{job=~\"$job\", instance=~\"$instance\"}[$__rate_interval])) by (job)" ,
2021-08-31 09:28:02 +00:00
"format" : "time_series" ,
"instant" : false ,
"interval" : "" ,
2022-11-29 18:26:31 +00:00
"legendFormat" : "{{job}}" ,
2021-08-31 09:28:02 +00:00
"refId" : "A"
}
] ,
"title" : "Uptime" ,
2022-11-29 18:26:31 +00:00
"type" : "timeseries"
} ,
{
"collapsed" : false ,
"datasource" : {
"type" : "datasource" ,
"uid" : "grafana"
2021-08-31 09:28:02 +00:00
} ,
2022-11-29 18:26:31 +00:00
"gridPos" : {
"h" : 1 ,
"w" : 24 ,
"x" : 0 ,
"y" : 8
2021-08-31 09:28:02 +00:00
} ,
2022-11-29 18:26:31 +00:00
"id" : 11 ,
"panels" : [ ] ,
"targets" : [
2021-08-31 09:28:02 +00:00
{
2022-11-29 18:26:31 +00:00
"datasource" : {
"type" : "datasource" ,
"uid" : "grafana"
} ,
"refId" : "A"
2021-08-31 09:28:02 +00:00
}
] ,
2022-11-29 18:26:31 +00:00
"title" : "Overview ($instance)" ,
"type" : "row"
2021-08-31 09:28:02 +00:00
} ,
{
2022-02-15 09:54:28 +00:00
"datasource" : {
2022-11-28 07:37:39 +00:00
"type" : "prometheus" ,
2022-02-15 09:54:28 +00:00
"uid" : "$ds"
} ,
2022-11-29 18:26:31 +00:00
"description" : "Shows the number of fired alerts by job." ,
"fieldConfig" : {
"defaults" : {
"color" : {
"mode" : "palette-classic"
} ,
"custom" : {
"axisCenteredZero" : false ,
"axisColorMode" : "text" ,
"axisLabel" : "" ,
"axisPlacement" : "auto" ,
"barAlignment" : 0 ,
"drawStyle" : "line" ,
"fillOpacity" : 0 ,
"gradientMode" : "none" ,
"hideFrom" : {
"legend" : false ,
"tooltip" : false ,
"viz" : false
} ,
"lineInterpolation" : "linear" ,
"lineWidth" : 1 ,
"pointSize" : 5 ,
"scaleDistribution" : {
"type" : "linear"
} ,
"showPoints" : "never" ,
"spanNulls" : false ,
"stacking" : {
"group" : "A" ,
"mode" : "none"
} ,
"thresholdsStyle" : {
"mode" : "off"
}
} ,
"mappings" : [ ] ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
"color" : "green" ,
"value" : null
} ,
{
"color" : "red" ,
"value" : 80
}
]
} ,
"unit" : "short"
} ,
"overrides" : [ ]
} ,
2021-08-31 09:28:02 +00:00
"gridPos" : {
"h" : 8 ,
"w" : 12 ,
"x" : 0 ,
2022-11-29 18:26:31 +00:00
"y" : 9
2021-08-31 09:28:02 +00:00
} ,
"id" : 15 ,
"options" : {
2022-11-29 18:26:31 +00:00
"legend" : {
"calcs" : [
"mean" ,
"lastNotNull" ,
"max"
] ,
"displayMode" : "table" ,
"placement" : "bottom" ,
"showLegend" : true ,
"sortBy" : "Last *" ,
"sortDesc" : true
} ,
"tooltip" : {
"mode" : "multi" ,
"sort" : "desc"
}
2021-08-31 09:28:02 +00:00
} ,
2022-11-29 18:26:31 +00:00
"pluginVersion" : "9.2.6" ,
2021-08-31 09:28:02 +00:00
"targets" : [
{
2022-09-16 19:24:32 +00:00
"datasource" : {
2022-11-28 07:37:39 +00:00
"type" : "prometheus" ,
2022-09-16 19:24:32 +00:00
"uid" : "$ds"
} ,
2022-11-29 18:26:31 +00:00
"editorMode" : "code" ,
2021-08-31 09:28:02 +00:00
"exemplar" : false ,
2022-11-29 18:26:31 +00:00
"expr" : "sum(increase(vmalert_alerts_fired_total{job=~\"$job\", instance=~\"$instance\"}[$__rate_interval])) by(job)" ,
2021-08-31 09:28:02 +00:00
"interval" : "" ,
2022-11-29 18:26:31 +00:00
"legendFormat" : "{{job}}" ,
"range" : true ,
2021-08-31 09:28:02 +00:00
"refId" : "A"
}
] ,
2022-11-29 18:26:31 +00:00
"title" : "Alerts fired total ($instance)" ,
"type" : "timeseries"
2021-08-31 09:28:02 +00:00
} ,
{
2022-02-15 09:54:28 +00:00
"datasource" : {
2022-11-28 07:37:39 +00:00
"type" : "prometheus" ,
2022-02-15 09:54:28 +00:00
"uid" : "$ds"
} ,
2022-11-29 18:26:31 +00:00
"description" : "Top $topk groups by evaluation duration. Shows groups that take the most of time during the evaluation across all instances.\n\nThe panel uses MetricsQL functions and may not work with Prometheus." ,
2021-08-31 09:28:02 +00:00
"fieldConfig" : {
"defaults" : {
2022-11-29 18:26:31 +00:00
"color" : {
"mode" : "palette-classic"
} ,
"custom" : {
"axisCenteredZero" : false ,
"axisColorMode" : "text" ,
"axisLabel" : "" ,
"axisPlacement" : "auto" ,
"barAlignment" : 0 ,
"drawStyle" : "line" ,
"fillOpacity" : 0 ,
"gradientMode" : "none" ,
"hideFrom" : {
"legend" : false ,
"tooltip" : false ,
"viz" : false
} ,
"lineInterpolation" : "linear" ,
"lineWidth" : 1 ,
"pointSize" : 5 ,
"scaleDistribution" : {
"type" : "linear"
} ,
"showPoints" : "never" ,
"spanNulls" : false ,
"stacking" : {
"group" : "A" ,
"mode" : "none"
} ,
"thresholdsStyle" : {
"mode" : "off"
}
} ,
"mappings" : [ ] ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
"color" : "green" ,
"value" : null
} ,
{
"color" : "red" ,
"value" : 80
}
]
} ,
2021-08-31 09:28:02 +00:00
"unit" : "s"
} ,
"overrides" : [ ]
} ,
"gridPos" : {
"h" : 8 ,
"w" : 12 ,
"x" : 12 ,
2022-11-29 18:26:31 +00:00
"y" : 9
2021-08-31 09:28:02 +00:00
} ,
"id" : 23 ,
"options" : {
2022-11-29 18:26:31 +00:00
"legend" : {
"calcs" : [
"mean" ,
"lastNotNull" ,
"max"
] ,
"displayMode" : "table" ,
"placement" : "bottom" ,
"showLegend" : true ,
"sortBy" : "Last *" ,
"sortDesc" : true
} ,
"tooltip" : {
"mode" : "multi" ,
"sort" : "desc"
}
2021-08-31 09:28:02 +00:00
} ,
2022-11-29 18:26:31 +00:00
"pluginVersion" : "9.2.6" ,
2021-08-31 09:28:02 +00:00
"targets" : [
{
2022-09-16 19:24:32 +00:00
"datasource" : {
2022-11-28 07:37:39 +00:00
"type" : "prometheus" ,
2022-09-16 19:24:32 +00:00
"uid" : "$ds"
} ,
2022-11-29 18:26:31 +00:00
"editorMode" : "code" ,
2021-08-31 09:28:02 +00:00
"exemplar" : false ,
2022-11-29 18:26:31 +00:00
"expr" : "topk_max($topk, max(sum(\n rate(vmalert_iteration_duration_seconds_sum{job=~\"$job\", instance=~\"$instance\", group=~\"$group\"}[$__rate_interval])\n/\n rate(vmalert_iteration_duration_seconds_count{job=~\"$job\", instance=~\"$instance\", group=~\"$group\"}[$__rate_interval])\n) by(job, instance, group)) \nby(job, group))" ,
2021-08-31 09:28:02 +00:00
"interval" : "" ,
2022-11-29 18:26:31 +00:00
"legendFormat" : "{{group}} ({{job}})" ,
"range" : true ,
2021-08-31 09:28:02 +00:00
"refId" : "A"
}
] ,
2022-11-29 18:26:31 +00:00
"title" : "Top $topk groups avg evaluation duration ($group)" ,
"type" : "timeseries"
2021-08-31 09:28:02 +00:00
} ,
{
2022-02-15 09:54:28 +00:00
"datasource" : {
2022-11-28 07:37:39 +00:00
"type" : "prometheus" ,
2022-02-15 09:54:28 +00:00
"uid" : "$ds"
} ,
2021-08-31 09:28:02 +00:00
"description" : "Shows how many requests (executions) per second vmalert sends to the configured datasource." ,
2022-11-29 18:26:31 +00:00
"fieldConfig" : {
"defaults" : {
"color" : {
"mode" : "palette-classic"
} ,
"custom" : {
"axisCenteredZero" : false ,
"axisColorMode" : "text" ,
"axisLabel" : "" ,
"axisPlacement" : "auto" ,
"barAlignment" : 0 ,
"drawStyle" : "line" ,
"fillOpacity" : 0 ,
"gradientMode" : "none" ,
"hideFrom" : {
"legend" : false ,
"tooltip" : false ,
"viz" : false
} ,
"lineInterpolation" : "linear" ,
"lineWidth" : 1 ,
"pointSize" : 5 ,
"scaleDistribution" : {
"type" : "linear"
} ,
"showPoints" : "never" ,
"spanNulls" : false ,
"stacking" : {
"group" : "A" ,
"mode" : "none"
} ,
"thresholdsStyle" : {
"mode" : "off"
}
} ,
"mappings" : [ ] ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
"color" : "green" ,
"value" : null
} ,
{
"color" : "red" ,
"value" : 80
}
]
} ,
"unit" : "short"
} ,
"overrides" : [ ]
} ,
"gridPos" : {
"h" : 8 ,
"w" : 12 ,
"x" : 0 ,
"y" : 17
} ,
"id" : 24 ,
"options" : {
"legend" : {
"calcs" : [
"mean" ,
"lastNotNull" ,
"max"
] ,
"displayMode" : "table" ,
"placement" : "bottom" ,
"showLegend" : true
} ,
"tooltip" : {
"mode" : "multi" ,
"sort" : "desc"
}
} ,
"pluginVersion" : "9.2.6" ,
"targets" : [
{
"datasource" : {
2022-11-28 07:37:39 +00:00
"type" : "prometheus" ,
2022-09-16 19:24:32 +00:00
"uid" : "$ds"
} ,
2022-11-29 18:26:31 +00:00
"editorMode" : "code" ,
2021-08-31 09:28:02 +00:00
"exemplar" : false ,
2022-11-29 18:26:31 +00:00
"expr" : "sum(rate(vmalert_execution_total{job=~\"$job\", instance=~\"$instance\"}[$__rate_interval])) by (job)" ,
2021-08-31 09:28:02 +00:00
"interval" : "" ,
2022-11-29 18:26:31 +00:00
"legendFormat" : "{{job}}" ,
"range" : true ,
2021-08-31 09:28:02 +00:00
"refId" : "A"
}
] ,
"title" : "Rules execution rate ($instance)" ,
2022-11-29 18:26:31 +00:00
"type" : "timeseries"
2021-08-31 09:28:02 +00:00
} ,
{
2022-02-15 09:54:28 +00:00
"datasource" : {
2022-09-16 19:24:32 +00:00
"type" : "prometheus" ,
2022-02-15 09:54:28 +00:00
"uid" : "$ds"
} ,
2021-08-31 09:28:02 +00:00
"description" : "Shows the error rate while executing configured rules. Non-zero value means there are some issues with existing rules. Check the logs to get more details." ,
2022-11-29 18:26:31 +00:00
"fieldConfig" : {
"defaults" : {
"color" : {
"mode" : "palette-classic"
} ,
"custom" : {
"axisCenteredZero" : false ,
"axisColorMode" : "text" ,
"axisLabel" : "" ,
"axisPlacement" : "auto" ,
"barAlignment" : 0 ,
"drawStyle" : "line" ,
"fillOpacity" : 10 ,
"gradientMode" : "none" ,
"hideFrom" : {
"legend" : false ,
"tooltip" : false ,
"viz" : false
} ,
"lineInterpolation" : "linear" ,
"lineWidth" : 1 ,
"pointSize" : 5 ,
"scaleDistribution" : {
"type" : "linear"
} ,
"showPoints" : "never" ,
"spanNulls" : false ,
"stacking" : {
"group" : "A" ,
"mode" : "none"
} ,
"thresholdsStyle" : {
"mode" : "off"
}
} ,
"mappings" : [ ] ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
"color" : "green" ,
"value" : null
} ,
{
"color" : "red" ,
"value" : 80
}
]
} ,
"unit" : "short"
} ,
"overrides" : [ ]
} ,
2021-08-31 09:28:02 +00:00
"gridPos" : {
"h" : 8 ,
"w" : 12 ,
"x" : 12 ,
2022-11-29 18:26:31 +00:00
"y" : 17
2021-08-31 09:28:02 +00:00
} ,
"id" : 25 ,
"options" : {
2022-11-29 18:26:31 +00:00
"legend" : {
"calcs" : [
"mean" ,
"lastNotNull" ,
"max"
] ,
"displayMode" : "table" ,
"placement" : "bottom" ,
"showLegend" : true
} ,
"tooltip" : {
"mode" : "multi" ,
"sort" : "none"
}
2021-08-31 09:28:02 +00:00
} ,
2022-11-29 18:26:31 +00:00
"pluginVersion" : "9.2.6" ,
2021-08-31 09:28:02 +00:00
"targets" : [
{
2022-09-16 19:24:32 +00:00
"datasource" : {
2022-11-28 07:37:39 +00:00
"type" : "prometheus" ,
2022-09-16 19:24:32 +00:00
"uid" : "$ds"
} ,
2022-11-29 18:26:31 +00:00
"editorMode" : "code" ,
2021-08-31 09:28:02 +00:00
"exemplar" : false ,
2022-11-29 18:26:31 +00:00
"expr" : "sum(rate(vmalert_execution_errors_total{job=~\"$job\", instance=~\"$instance\"}[$__rate_interval])) by(job) > 0" ,
2021-08-31 09:28:02 +00:00
"interval" : "" ,
2022-11-29 18:26:31 +00:00
"legendFormat" : "__auto" ,
"range" : true ,
2021-08-31 09:28:02 +00:00
"refId" : "A"
}
] ,
"title" : "Rules execution errors ($instance)" ,
2022-11-29 18:26:31 +00:00
"type" : "timeseries"
} ,
{
"datasource" : {
"type" : "prometheus" ,
"uid" : "$ds"
} ,
"fieldConfig" : {
"defaults" : {
"color" : {
"mode" : "thresholds"
} ,
"custom" : {
"align" : "auto" ,
"displayMode" : "auto" ,
"inspect" : false
} ,
"mappings" : [ ] ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
"color" : "green" ,
"value" : null
} ,
{
"color" : "red" ,
"value" : 80
}
]
}
} ,
"overrides" : [
{
"matcher" : {
"id" : "byName" ,
"options" : "Value"
} ,
"properties" : [
{
"id" : "custom.hidden" ,
"value" : true
}
]
} ,
{
"matcher" : {
"id" : "byName" ,
"options" : "Time"
} ,
"properties" : [
{
"id" : "custom.hidden" ,
"value" : true
}
]
}
]
} ,
"gridPos" : {
"h" : 7 ,
"w" : 24 ,
"x" : 0 ,
"y" : 25
2021-08-31 09:28:02 +00:00
} ,
2022-11-29 18:26:31 +00:00
"id" : 50 ,
"options" : {
"footer" : {
"fields" : "" ,
"reducer" : [
"sum"
] ,
"show" : false
} ,
"showHeader" : true ,
"sortBy" : [
{
"desc" : true ,
"displayName" : "job"
}
]
2021-08-31 09:28:02 +00:00
} ,
2022-11-29 18:26:31 +00:00
"pluginVersion" : "9.2.6" ,
"targets" : [
2021-08-31 09:28:02 +00:00
{
2022-11-29 18:26:31 +00:00
"datasource" : {
"type" : "prometheus" ,
"uid" : "$ds"
} ,
"editorMode" : "code" ,
"exemplar" : false ,
"expr" : "sum(flag{is_set=\"true\", job=~\"$job\", instance=~\"$instance\"}) by(job, instance, name, value)" ,
"format" : "table" ,
"instant" : true ,
"legendFormat" : "__auto" ,
"range" : false ,
"refId" : "A"
}
] ,
"title" : "Non-default flags" ,
"transformations" : [
2021-08-31 09:28:02 +00:00
{
2022-11-29 18:26:31 +00:00
"id" : "groupBy" ,
"options" : {
"fields" : {
"instance" : {
"aggregations" : [
"uniqueValues"
] ,
"operation" : "aggregate"
} ,
"job" : {
"aggregations" : [ ] ,
"operation" : "groupby"
} ,
"name" : {
"aggregations" : [ ] ,
"operation" : "groupby"
} ,
"value" : {
"aggregations" : [ ] ,
"operation" : "groupby"
}
}
}
2021-08-31 09:28:02 +00:00
}
] ,
2022-11-29 18:26:31 +00:00
"type" : "table"
2021-08-31 09:28:02 +00:00
} ,
{
"collapsed" : true ,
2022-09-16 19:24:32 +00:00
"datasource" : {
"type" : "datasource" ,
"uid" : "grafana"
} ,
2021-08-31 09:28:02 +00:00
"gridPos" : {
"h" : 1 ,
"w" : 24 ,
"x" : 0 ,
2022-11-29 18:26:31 +00:00
"y" : 32
2021-08-31 09:28:02 +00:00
} ,
2022-11-29 18:26:31 +00:00
"id" : 43 ,
2021-08-31 09:28:02 +00:00
"panels" : [
{
2022-02-15 09:54:28 +00:00
"datasource" : {
2022-11-28 07:37:39 +00:00
"type" : "prometheus" ,
2022-02-15 09:54:28 +00:00
"uid" : "$ds"
} ,
2022-11-29 18:26:31 +00:00
"description" : "Shows the CPU usage percentage per vmalert instance. \nIf you think that usage is abnormal or unexpected pls file an issue and attach CPU profile if possible." ,
"fieldConfig" : {
"defaults" : {
"color" : {
"mode" : "palette-classic"
} ,
"custom" : {
"axisCenteredZero" : false ,
"axisColorMode" : "text" ,
"axisLabel" : "" ,
"axisPlacement" : "auto" ,
"barAlignment" : 0 ,
"drawStyle" : "line" ,
"fillOpacity" : 0 ,
"gradientMode" : "none" ,
"hideFrom" : {
"legend" : false ,
"tooltip" : false ,
"viz" : false
} ,
"lineInterpolation" : "linear" ,
"lineWidth" : 1 ,
"pointSize" : 5 ,
"scaleDistribution" : {
"type" : "linear"
} ,
"showPoints" : "never" ,
"spanNulls" : false ,
"stacking" : {
"group" : "A" ,
"mode" : "none"
} ,
"thresholdsStyle" : {
"mode" : "off"
}
} ,
"links" : [ ] ,
"mappings" : [ ] ,
"min" : 0 ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
"color" : "green" ,
"value" : null
} ,
{
"color" : "red" ,
"value" : 80
}
]
} ,
"unit" : "percentunit"
} ,
"overrides" : [ ]
} ,
2021-08-31 09:28:02 +00:00
"gridPos" : {
"h" : 8 ,
"w" : 12 ,
"x" : 0 ,
2022-11-29 18:26:31 +00:00
"y" : 35
2021-08-31 09:28:02 +00:00
} ,
2022-11-29 18:26:31 +00:00
"id" : 35 ,
"links" : [
{
"targetBlank" : true ,
"title" : "Profiling" ,
"url" : "https://docs.victoriametrics.com/vmagent.html#profiling"
}
] ,
2021-08-31 09:28:02 +00:00
"options" : {
2022-11-29 18:26:31 +00:00
"legend" : {
"calcs" : [
"mean" ,
"lastNotNull" ,
"max"
] ,
"displayMode" : "table" ,
"placement" : "bottom" ,
"showLegend" : true ,
"sortBy" : "Last *" ,
"sortDesc" : true
} ,
"tooltip" : {
"mode" : "multi" ,
"sort" : "desc"
}
} ,
"pluginVersion" : "9.2.6" ,
2021-08-31 09:28:02 +00:00
"targets" : [
{
2022-09-16 19:24:32 +00:00
"datasource" : {
2022-11-28 07:37:39 +00:00
"type" : "prometheus" ,
2022-09-16 19:24:32 +00:00
"uid" : "$ds"
} ,
2022-11-29 18:26:31 +00:00
"editorMode" : "code" ,
2021-08-31 09:28:02 +00:00
"exemplar" : false ,
2022-11-29 18:26:31 +00:00
"expr" : "max(\n rate(process_cpu_seconds_total{job=~\"$job\", instance=~\"$instance\"}[$__rate_interval]) \n / \n vm_available_cpu_cores{job=~\"$job\", instance=~\"$instance\"}\n) by(job)" ,
"format" : "time_series" ,
2021-08-31 09:28:02 +00:00
"interval" : "" ,
2022-11-29 18:26:31 +00:00
"intervalFactor" : 1 ,
"legendFormat" : "{{job}}" ,
"range" : true ,
2021-08-31 09:28:02 +00:00
"refId" : "A"
}
] ,
2022-11-29 18:26:31 +00:00
"title" : "CPU usage %($instance)" ,
"type" : "timeseries"
2021-08-31 09:28:02 +00:00
} ,
{
2022-02-15 09:54:28 +00:00
"datasource" : {
2022-11-28 07:37:39 +00:00
"type" : "prometheus" ,
2022-02-15 09:54:28 +00:00
"uid" : "$ds"
} ,
2022-11-29 18:26:31 +00:00
"description" : "Amount of used memory\n\nResident memory shows share which can be freed by OS when needed.\n\nAnonymous shows 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.\n\nIf you think that usage is abnormal or unexpected, please file an issue and attach memory profile if possible." ,
"fieldConfig" : {
"defaults" : {
"color" : {
"mode" : "palette-classic"
} ,
"custom" : {
"axisCenteredZero" : false ,
"axisColorMode" : "text" ,
"axisLabel" : "" ,
"axisPlacement" : "auto" ,
"barAlignment" : 0 ,
"drawStyle" : "line" ,
"fillOpacity" : 0 ,
"gradientMode" : "none" ,
"hideFrom" : {
"legend" : false ,
"tooltip" : false ,
"viz" : false
} ,
"lineInterpolation" : "linear" ,
"lineWidth" : 1 ,
"pointSize" : 5 ,
"scaleDistribution" : {
"type" : "linear"
} ,
"showPoints" : "never" ,
"spanNulls" : false ,
"stacking" : {
"group" : "A" ,
"mode" : "none"
} ,
"thresholdsStyle" : {
"mode" : "off"
}
} ,
"links" : [ ] ,
"mappings" : [ ] ,
"min" : 0 ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
"color" : "green" ,
"value" : null
} ,
{
"color" : "red" ,
"value" : 80
}
]
} ,
"unit" : "percentunit"
} ,
"overrides" : [ ]
} ,
2021-08-31 09:28:02 +00:00
"gridPos" : {
"h" : 8 ,
"w" : 12 ,
"x" : 12 ,
2022-11-29 18:26:31 +00:00
"y" : 35
2021-08-31 09:28:02 +00:00
} ,
2022-11-29 18:26:31 +00:00
"id" : 37 ,
"links" : [
{
"targetBlank" : true ,
"title" : "Profiling" ,
"url" : "https://docs.victoriametrics.com/vmagent.html#profiling"
}
] ,
2021-08-31 09:28:02 +00:00
"options" : {
2022-11-29 18:26:31 +00:00
"legend" : {
"calcs" : [
"mean" ,
"lastNotNull" ,
"max"
] ,
"displayMode" : "table" ,
"placement" : "bottom" ,
"showLegend" : true ,
"sortBy" : "Last *" ,
"sortDesc" : true
} ,
"tooltip" : {
"mode" : "multi" ,
"sort" : "none"
}
} ,
"pluginVersion" : "9.2.6" ,
2021-08-31 09:28:02 +00:00
"targets" : [
{
2022-09-16 19:24:32 +00:00
"datasource" : {
2022-11-28 07:37:39 +00:00
"type" : "prometheus" ,
2022-09-16 19:24:32 +00:00
"uid" : "$ds"
} ,
2022-11-29 18:26:31 +00:00
"editorMode" : "code" ,
2021-08-31 09:28:02 +00:00
"exemplar" : false ,
2022-11-29 18:26:31 +00:00
"expr" : "max(\n max_over_time(process_resident_memory_bytes{job=~\"$job\", instance=~\"$instance\"}[$__rate_interval])\n /\n vm_available_memory_bytes{job=~\"$job\", instance=~\"$instance\"}\n) by(job)" ,
2021-08-31 09:28:02 +00:00
"interval" : "" ,
2022-11-29 18:26:31 +00:00
"legendFormat" : "__auto" ,
"range" : true ,
2021-08-31 09:28:02 +00:00
"refId" : "A"
}
] ,
2022-11-29 18:26:31 +00:00
"title" : "Memory usage % ($instance)" ,
"type" : "timeseries"
} ,
{
"datasource" : {
"type" : "prometheus" ,
"uid" : "$ds"
} ,
"description" : "Panel shows the percentage 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" ,
"fieldConfig" : {
"defaults" : {
"color" : {
"mode" : "palette-classic"
} ,
"custom" : {
"axisCenteredZero" : false ,
"axisColorMode" : "text" ,
"axisLabel" : "" ,
"axisPlacement" : "auto" ,
"barAlignment" : 0 ,
"drawStyle" : "line" ,
"fillOpacity" : 0 ,
"gradientMode" : "none" ,
"hideFrom" : {
"legend" : false ,
"tooltip" : false ,
"viz" : false
} ,
"lineInterpolation" : "linear" ,
"lineWidth" : 1 ,
"pointSize" : 5 ,
"scaleDistribution" : {
"type" : "linear"
} ,
"showPoints" : "never" ,
"spanNulls" : false ,
"stacking" : {
"group" : "A" ,
"mode" : "none"
} ,
"thresholdsStyle" : {
"mode" : "off"
}
} ,
"decimals" : 3 ,
"links" : [ ] ,
"mappings" : [ ] ,
"min" : 0 ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
"color" : "green" ,
"value" : null
} ,
{
"color" : "red" ,
"value" : 80
}
]
} ,
"unit" : "percentunit"
2021-08-31 09:28:02 +00:00
} ,
2022-11-29 18:26:31 +00:00
"overrides" : [ ]
} ,
"gridPos" : {
"h" : 8 ,
"w" : 12 ,
"x" : 0 ,
"y" : 43
} ,
"id" : 39 ,
"links" : [ ] ,
"options" : {
"legend" : {
"calcs" : [
"mean" ,
"lastNotNull" ,
"max"
] ,
"displayMode" : "table" ,
"placement" : "bottom" ,
"showLegend" : true
} ,
"tooltip" : {
"mode" : "multi" ,
"sort" : "none"
}
} ,
"pluginVersion" : "9.2.6" ,
"targets" : [
2021-08-31 09:28:02 +00:00
{
2022-11-29 18:26:31 +00:00
"datasource" : {
"type" : "prometheus" ,
"uid" : "$ds"
} ,
"editorMode" : "code" ,
"exemplar" : false ,
"expr" : "max(\n max_over_time(process_open_fds{job=~\"$job\", instance=~\"$instance\"}[$__rate_interval])\n /\n process_max_fds{job=~\"$job\", instance=~\"$instance\"}\n) by(job)" ,
"format" : "time_series" ,
"interval" : "" ,
"intervalFactor" : 2 ,
"legendFormat" : "__auto" ,
"range" : true ,
"refId" : "A"
2021-08-31 09:28:02 +00:00
}
] ,
2022-11-29 18:26:31 +00:00
"title" : "Open FDs usage % ($instance)" ,
"type" : "timeseries"
2021-08-31 09:28:02 +00:00
} ,
{
2022-02-15 09:54:28 +00:00
"datasource" : {
2022-11-28 07:37:39 +00:00
"type" : "prometheus" ,
2022-02-15 09:54:28 +00:00
"uid" : "$ds"
} ,
2022-11-29 18:26:31 +00:00
"fieldConfig" : {
"defaults" : {
"color" : {
"mode" : "palette-classic"
} ,
"custom" : {
"axisCenteredZero" : false ,
"axisColorMode" : "text" ,
"axisLabel" : "" ,
"axisPlacement" : "auto" ,
"barAlignment" : 0 ,
"drawStyle" : "line" ,
"fillOpacity" : 0 ,
"gradientMode" : "none" ,
"hideFrom" : {
"legend" : false ,
"tooltip" : false ,
"viz" : false
} ,
"lineInterpolation" : "linear" ,
"lineWidth" : 1 ,
"pointSize" : 5 ,
"scaleDistribution" : {
"type" : "linear"
} ,
"showPoints" : "never" ,
"spanNulls" : false ,
"stacking" : {
"group" : "A" ,
"mode" : "none"
} ,
"thresholdsStyle" : {
"mode" : "off"
}
} ,
"decimals" : 0 ,
"links" : [ ] ,
"mappings" : [ ] ,
"min" : 0 ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
"color" : "green" ,
"value" : null
} ,
{
"color" : "red" ,
"value" : 80
}
]
} ,
"unit" : "short"
} ,
"overrides" : [ ]
} ,
2021-08-31 09:28:02 +00:00
"gridPos" : {
"h" : 8 ,
"w" : 12 ,
2022-11-29 18:26:31 +00:00
"x" : 12 ,
"y" : 43
2021-08-31 09:28:02 +00:00
} ,
2022-11-29 18:26:31 +00:00
"id" : 41 ,
"links" : [ ] ,
2021-08-31 09:28:02 +00:00
"options" : {
2022-11-29 18:26:31 +00:00
"legend" : {
"calcs" : [
"mean" ,
"lastNotNull" ,
"max"
] ,
"displayMode" : "table" ,
"placement" : "bottom" ,
"showLegend" : true
} ,
"tooltip" : {
"mode" : "multi" ,
"sort" : "none"
}
} ,
"pluginVersion" : "9.2.6" ,
2021-08-31 09:28:02 +00:00
"targets" : [
{
2022-09-16 19:24:32 +00:00
"datasource" : {
2022-11-28 07:37:39 +00:00
"type" : "prometheus" ,
2022-09-16 19:24:32 +00:00
"uid" : "$ds"
} ,
2022-11-29 18:26:31 +00:00
"editorMode" : "code" ,
"expr" : "sum(go_goroutines{job=~\"$job\", instance=~\"$instance\"}) by(job)" ,
"format" : "time_series" ,
"interval" : "" ,
"intervalFactor" : 2 ,
"legendFormat" : "__auto" ,
"range" : true ,
"refId" : "A"
}
] ,
"title" : "Goroutines ($instance)" ,
"type" : "timeseries"
}
] ,
"targets" : [
{
"datasource" : {
"type" : "datasource" ,
"uid" : "grafana"
} ,
"refId" : "A"
}
] ,
"title" : "Resource usage" ,
"type" : "row"
} ,
{
"collapsed" : true ,
"datasource" : {
"type" : "datasource" ,
"uid" : "grafana"
} ,
"gridPos" : {
"h" : 1 ,
"w" : 24 ,
"x" : 0 ,
"y" : 33
} ,
"id" : 17 ,
"panels" : [
{
"datasource" : {
"type" : "prometheus" ,
"uid" : "$ds"
} ,
"description" : "Shows top $topk current active (firing) alerting rules.\n\nThe panel uses MetricsQL functions and may not work with Prometheus." ,
"fieldConfig" : {
"defaults" : {
"color" : {
"mode" : "palette-classic"
} ,
"custom" : {
"axisCenteredZero" : false ,
"axisColorMode" : "text" ,
"axisLabel" : "" ,
"axisPlacement" : "auto" ,
"barAlignment" : 0 ,
"drawStyle" : "line" ,
"fillOpacity" : 0 ,
"gradientMode" : "none" ,
"hideFrom" : {
"legend" : false ,
"tooltip" : false ,
"viz" : false
} ,
"lineInterpolation" : "linear" ,
"lineWidth" : 1 ,
"pointSize" : 5 ,
"scaleDistribution" : {
"type" : "linear"
} ,
"showPoints" : "never" ,
"spanNulls" : false ,
"stacking" : {
"group" : "A" ,
"mode" : "none"
} ,
"thresholdsStyle" : {
"mode" : "off"
}
} ,
"mappings" : [ ] ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
"color" : "green" ,
"value" : null
} ,
{
"color" : "red" ,
"value" : 80
}
]
} ,
"unit" : "short"
} ,
"overrides" : [ ]
} ,
"gridPos" : {
"h" : 8 ,
"w" : 12 ,
"x" : 0 ,
"y" : 28
} ,
"id" : 14 ,
"options" : {
"legend" : {
"calcs" : [
"mean" ,
"lastNotNull" ,
"max"
] ,
"displayMode" : "table" ,
"placement" : "bottom" ,
"showLegend" : true ,
"sortBy" : "Last *" ,
"sortDesc" : true
} ,
"tooltip" : {
"mode" : "multi" ,
"sort" : "desc"
}
} ,
"pluginVersion" : "9.2.6" ,
"targets" : [
{
"datasource" : {
"type" : "prometheus" ,
"uid" : "$ds"
} ,
"editorMode" : "code" ,
"exemplar" : false ,
"expr" : "topk_max($topk, sum(vmalert_alerts_firing{job=~\"$job\", instance=~\"$instance\", group=~\"$group\"}) by(job, group, alertname) > 0)" ,
"interval" : "" ,
"legendFormat" : "{{group}}.{{alertname}} ({{job}})" ,
"range" : true ,
"refId" : "A"
}
] ,
"title" : "Top $topk active alerts ($group)" ,
"type" : "timeseries"
} ,
{
"datasource" : {
"type" : "prometheus" ,
"uid" : "$ds"
} ,
"description" : "Shows the events when rule execution resulted into an error. Check the logs for more details." ,
"fieldConfig" : {
"defaults" : {
"color" : {
"mode" : "palette-classic"
} ,
"custom" : {
"axisCenteredZero" : false ,
"axisColorMode" : "text" ,
"axisLabel" : "" ,
"axisPlacement" : "auto" ,
"barAlignment" : 0 ,
"drawStyle" : "line" ,
"fillOpacity" : 0 ,
"gradientMode" : "none" ,
"hideFrom" : {
"legend" : false ,
"tooltip" : false ,
"viz" : false
} ,
"lineInterpolation" : "linear" ,
"lineWidth" : 1 ,
"pointSize" : 5 ,
"scaleDistribution" : {
"type" : "linear"
} ,
"showPoints" : "never" ,
"spanNulls" : false ,
"stacking" : {
"group" : "A" ,
"mode" : "none"
} ,
"thresholdsStyle" : {
"mode" : "off"
}
} ,
"mappings" : [ ] ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
"color" : "green" ,
"value" : null
} ,
{
"color" : "red" ,
"value" : 80
}
]
} ,
"unit" : "short"
} ,
"overrides" : [ ]
} ,
"gridPos" : {
"h" : 8 ,
"w" : 12 ,
"x" : 12 ,
"y" : 28
} ,
"id" : 13 ,
"options" : {
"legend" : {
"calcs" : [
"mean" ,
"lastNotNull" ,
"max"
] ,
"displayMode" : "table" ,
"placement" : "bottom" ,
"showLegend" : true ,
"sortBy" : "Last *" ,
"sortDesc" : true
} ,
"tooltip" : {
"mode" : "multi" ,
"sort" : "desc"
}
} ,
"pluginVersion" : "9.2.6" ,
"targets" : [
{
"datasource" : {
"type" : "prometheus" ,
"uid" : "$ds"
} ,
"editorMode" : "code" ,
"exemplar" : false ,
"expr" : "sum(vmalert_alerting_rules_error{job=~\"$job\", instance=~\"$instance\", group=~\"$group\"}) by(job, group, alertname) > 0" ,
"interval" : "" ,
"legendFormat" : "{{group}}.{{alertname}} ({{job}})" ,
"range" : true ,
"refId" : "A"
}
] ,
"title" : "Errors ($group)" ,
"type" : "timeseries"
} ,
{
"datasource" : {
"type" : "prometheus" ,
"uid" : "$ds"
} ,
"description" : "Shows the current pending alerting rules per group.\nBy pending means the rule which remains active less than configured `for` parameter." ,
"fieldConfig" : {
"defaults" : {
"color" : {
"mode" : "palette-classic"
} ,
"custom" : {
"axisCenteredZero" : false ,
"axisColorMode" : "text" ,
"axisLabel" : "" ,
"axisPlacement" : "auto" ,
"barAlignment" : 0 ,
"drawStyle" : "line" ,
"fillOpacity" : 0 ,
"gradientMode" : "none" ,
"hideFrom" : {
"legend" : false ,
"tooltip" : false ,
"viz" : false
} ,
"lineInterpolation" : "linear" ,
"lineWidth" : 1 ,
"pointSize" : 5 ,
"scaleDistribution" : {
"type" : "linear"
} ,
"showPoints" : "never" ,
"spanNulls" : false ,
"stacking" : {
"group" : "A" ,
"mode" : "none"
} ,
"thresholdsStyle" : {
"mode" : "off"
}
} ,
"mappings" : [ ] ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
"color" : "green" ,
"value" : null
} ,
{
"color" : "red" ,
"value" : 80
}
]
} ,
"unit" : "short"
} ,
"overrides" : [ ]
} ,
"gridPos" : {
"h" : 8 ,
"w" : 12 ,
"x" : 0 ,
"y" : 36
} ,
"id" : 20 ,
"options" : {
"legend" : {
"calcs" : [
"mean" ,
"lastNotNull" ,
"max"
] ,
"displayMode" : "table" ,
"placement" : "bottom" ,
"showLegend" : true ,
"sortBy" : "Mean" ,
"sortDesc" : true
} ,
"tooltip" : {
"mode" : "multi" ,
"sort" : "desc"
}
} ,
"pluginVersion" : "9.2.6" ,
"targets" : [
{
"datasource" : {
"type" : "prometheus" ,
"uid" : "$ds"
} ,
"editorMode" : "code" ,
"exemplar" : false ,
"expr" : "sum(vmalert_alerts_pending{job=~\"$job\", instance=~\"$instance\", group=~\"$group\"}) by(job, group, alertname) > 0" ,
"interval" : "" ,
"legendFormat" : "{{group}}.{{alertname}} ({{job}})" ,
"range" : true ,
"refId" : "A"
}
] ,
"title" : "Pending ($group)" ,
"type" : "timeseries"
} ,
{
"datasource" : {
"type" : "prometheus" ,
"uid" : "$ds"
} ,
"description" : "Shows the error rate for the attempts to send alerts to Alertmanager. If not zero it means there issues on attempt to send notification to Alertmanager and some alerts may be not delivered properly. Check the logs for more details." ,
"fieldConfig" : {
"defaults" : {
"color" : {
"mode" : "palette-classic"
} ,
"custom" : {
"axisCenteredZero" : false ,
"axisColorMode" : "text" ,
"axisLabel" : "" ,
"axisPlacement" : "auto" ,
"barAlignment" : 0 ,
"drawStyle" : "line" ,
"fillOpacity" : 0 ,
"gradientMode" : "none" ,
"hideFrom" : {
"legend" : false ,
"tooltip" : false ,
"viz" : false
} ,
"lineInterpolation" : "linear" ,
"lineWidth" : 1 ,
"pointSize" : 5 ,
"scaleDistribution" : {
"type" : "linear"
} ,
"showPoints" : "never" ,
"spanNulls" : false ,
"stacking" : {
"group" : "A" ,
"mode" : "none"
} ,
"thresholdsStyle" : {
"mode" : "off"
}
} ,
"mappings" : [ ] ,
"min" : 0 ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
"color" : "green" ,
"value" : null
} ,
{
"color" : "red" ,
"value" : 80
}
]
} ,
"unit" : "short"
} ,
"overrides" : [ ]
} ,
"gridPos" : {
"h" : 8 ,
"w" : 12 ,
"x" : 12 ,
"y" : 36
} ,
"id" : 32 ,
"options" : {
"legend" : {
"calcs" : [
"mean" ,
"lastNotNull" ,
"max"
] ,
"displayMode" : "table" ,
"placement" : "bottom" ,
"showLegend" : true
} ,
"tooltip" : {
"mode" : "multi" ,
"sort" : "none"
}
} ,
"pluginVersion" : "9.2.6" ,
"targets" : [
{
"datasource" : {
"type" : "prometheus" ,
"uid" : "$ds"
} ,
"exemplar" : false ,
"expr" : "sum(rate(vmalert_alerts_send_errors_total{job=~\"$job\", instance=~\"$instance\", group=~\"$group\"}[$__rate_interval])) by(instance, addr) > 0" ,
"interval" : "" ,
"legendFormat" : "{{instance}} => {{addr}}" ,
"refId" : "A"
}
] ,
"title" : "Errors rate to Alertmanager ($group)" ,
"type" : "timeseries"
} ,
{
"datasource" : {
"type" : "prometheus" ,
"uid" : "$ds"
} ,
"description" : "Shows how many alerts are sent to Alertmanager per second. Only active alerts are sent." ,
"fieldConfig" : {
"defaults" : {
"color" : {
"mode" : "palette-classic"
} ,
"custom" : {
"axisCenteredZero" : false ,
"axisColorMode" : "text" ,
"axisLabel" : "" ,
"axisPlacement" : "auto" ,
"barAlignment" : 0 ,
"drawStyle" : "line" ,
"fillOpacity" : 0 ,
"gradientMode" : "none" ,
"hideFrom" : {
"legend" : false ,
"tooltip" : false ,
"viz" : false
} ,
"lineInterpolation" : "linear" ,
"lineWidth" : 1 ,
"pointSize" : 5 ,
"scaleDistribution" : {
"type" : "linear"
} ,
"showPoints" : "never" ,
"spanNulls" : false ,
"stacking" : {
"group" : "A" ,
"mode" : "none"
} ,
"thresholdsStyle" : {
"mode" : "off"
}
} ,
"mappings" : [ ] ,
"min" : 0 ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
"color" : "green" ,
"value" : null
} ,
{
"color" : "red" ,
"value" : 80
}
]
} ,
"unit" : "short"
2021-08-31 09:28:02 +00:00
} ,
2022-11-29 18:26:31 +00:00
"overrides" : [ ]
2022-02-15 09:54:28 +00:00
} ,
2021-08-31 09:28:02 +00:00
"gridPos" : {
"h" : 8 ,
"w" : 12 ,
2022-11-29 18:26:31 +00:00
"x" : 0 ,
"y" : 44
2021-08-31 09:28:02 +00:00
} ,
"id" : 26 ,
"options" : {
2022-11-29 18:26:31 +00:00
"legend" : {
"calcs" : [
"mean" ,
"lastNotNull" ,
"max"
] ,
"displayMode" : "table" ,
"placement" : "bottom" ,
"showLegend" : true
2021-08-31 09:28:02 +00:00
} ,
2022-11-29 18:26:31 +00:00
"tooltip" : {
"mode" : "multi" ,
"sort" : "desc"
2021-08-31 09:28:02 +00:00
}
} ,
2022-11-29 18:26:31 +00:00
"pluginVersion" : "9.2.6" ,
2021-08-31 09:28:02 +00:00
"targets" : [
{
2022-09-16 19:24:32 +00:00
"datasource" : {
2022-11-28 07:37:39 +00:00
"type" : "prometheus" ,
2022-09-16 19:24:32 +00:00
"uid" : "$ds"
} ,
2022-11-29 18:26:31 +00:00
"editorMode" : "code" ,
2021-08-31 09:28:02 +00:00
"exemplar" : false ,
2022-11-29 18:26:31 +00:00
"expr" : "sum(rate(vmalert_alerts_sent_total{job=~\"$job\", instance=~\"$instance\"}[$__rate_interval])) by(job, addr) > 0" ,
2021-08-31 09:28:02 +00:00
"interval" : "" ,
2022-11-29 18:26:31 +00:00
"legendFormat" : "{{job}} => {{addr}}" ,
"range" : true ,
2021-08-31 09:28:02 +00:00
"refId" : "A"
}
] ,
2022-11-29 18:26:31 +00:00
"title" : "Requests rate to Alertmanager by job ($group)" ,
"type" : "timeseries"
2021-08-31 09:28:02 +00:00
}
] ,
2022-09-16 19:24:32 +00:00
"targets" : [
{
"datasource" : {
"type" : "datasource" ,
"uid" : "grafana"
} ,
"refId" : "A"
}
] ,
2021-08-31 09:28:02 +00:00
"title" : "Alerting rules ($instance)" ,
"type" : "row"
} ,
{
"collapsed" : true ,
2022-09-16 19:24:32 +00:00
"datasource" : {
"type" : "datasource" ,
"uid" : "grafana"
} ,
2021-08-31 09:28:02 +00:00
"gridPos" : {
"h" : 1 ,
"w" : 24 ,
"x" : 0 ,
2022-11-29 18:26:31 +00:00
"y" : 34
2021-08-31 09:28:02 +00:00
} ,
"id" : 28 ,
"panels" : [
{
2022-02-15 09:54:28 +00:00
"datasource" : {
2022-11-28 07:37:39 +00:00
"type" : "prometheus" ,
2022-02-15 09:54:28 +00:00
"uid" : "$ds"
} ,
2022-11-29 18:26:31 +00:00
"description" : "Shows the top $topk recording rules which generate the most of samples. Each generated sample is basically a time series which then ingested into configured remote storage. Rules with high numbers may cause the most pressure on the remote database and become a source of too high cardinality.\n\nThe panel uses MetricsQL functions and may not work with Prometheus." ,
"fieldConfig" : {
"defaults" : {
"color" : {
"mode" : "palette-classic"
} ,
"custom" : {
"axisCenteredZero" : false ,
"axisColorMode" : "text" ,
"axisLabel" : "" ,
"axisPlacement" : "auto" ,
"barAlignment" : 0 ,
"drawStyle" : "line" ,
"fillOpacity" : 0 ,
"gradientMode" : "none" ,
"hideFrom" : {
"legend" : false ,
"tooltip" : false ,
"viz" : false
} ,
"lineInterpolation" : "linear" ,
"lineWidth" : 1 ,
"pointSize" : 5 ,
"scaleDistribution" : {
"type" : "linear"
} ,
"showPoints" : "never" ,
"spanNulls" : false ,
"stacking" : {
"group" : "A" ,
"mode" : "none"
} ,
"thresholdsStyle" : {
"mode" : "off"
}
} ,
"mappings" : [ ] ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
"color" : "green" ,
"value" : null
} ,
{
"color" : "red" ,
"value" : 80
}
]
} ,
"unit" : "short"
} ,
"overrides" : [ ]
} ,
2021-08-31 09:28:02 +00:00
"gridPos" : {
"h" : 8 ,
"w" : 12 ,
"x" : 0 ,
2022-11-29 18:26:31 +00:00
"y" : 43
2021-08-31 09:28:02 +00:00
} ,
"id" : 31 ,
"options" : {
2022-11-29 18:26:31 +00:00
"legend" : {
"calcs" : [
"mean" ,
"lastNotNull" ,
"max"
] ,
"displayMode" : "table" ,
"placement" : "bottom" ,
"showLegend" : true ,
"sortBy" : "Last *" ,
"sortDesc" : true
} ,
"tooltip" : {
"mode" : "multi" ,
"sort" : "none"
}
} ,
"pluginVersion" : "9.2.6" ,
2021-08-31 09:28:02 +00:00
"targets" : [
{
2022-09-16 19:24:32 +00:00
"datasource" : {
2022-11-28 07:37:39 +00:00
"type" : "prometheus" ,
2022-09-16 19:24:32 +00:00
"uid" : "$ds"
} ,
2022-11-29 18:26:31 +00:00
"editorMode" : "code" ,
2021-08-31 09:28:02 +00:00
"exemplar" : false ,
2022-11-29 18:26:31 +00:00
"expr" : "topk_max($topk, \n max(\n sum(vmalert_recording_rules_last_evaluation_samples{job=~\"$job\", instance=~\"$instance\", group=~\"$group\"}) by(job, instance, group, recording) > 0\n ) by(job, group, recording)\n)" ,
2021-08-31 09:28:02 +00:00
"interval" : "" ,
2022-11-29 18:26:31 +00:00
"legendFormat" : "{{group}}.{{recording}} ({{job}})" ,
"range" : true ,
2021-08-31 09:28:02 +00:00
"refId" : "A"
}
] ,
2022-11-29 18:26:31 +00:00
"title" : "Top $topk rules by produced samples ($group)" ,
"type" : "timeseries"
2021-08-31 09:28:02 +00:00
} ,
{
2022-02-15 09:54:28 +00:00
"datasource" : {
2022-11-28 07:37:39 +00:00
"type" : "prometheus" ,
2022-02-15 09:54:28 +00:00
"uid" : "$ds"
} ,
2021-08-31 09:28:02 +00:00
"description" : "Shows the rules which do not produce any samples during the evaluation. Usually it means that such rules are misconfigured, since they give no output during the evaluation.\nPlease check if rule's expression is correct and it is working as expected." ,
"fieldConfig" : {
"defaults" : {
"color" : {
"mode" : "palette-classic"
} ,
"custom" : {
2022-11-29 18:26:31 +00:00
"axisCenteredZero" : false ,
"axisColorMode" : "text" ,
2021-08-31 09:28:02 +00:00
"axisLabel" : "" ,
"axisPlacement" : "auto" ,
"barAlignment" : 0 ,
"drawStyle" : "line" ,
"fillOpacity" : 0 ,
"gradientMode" : "none" ,
"hideFrom" : {
"legend" : false ,
"tooltip" : false ,
"viz" : false
} ,
"lineInterpolation" : "linear" ,
"lineWidth" : 1 ,
"pointSize" : 5 ,
"scaleDistribution" : {
"type" : "linear"
} ,
"showPoints" : "never" ,
"spanNulls" : true ,
"stacking" : {
"group" : "A" ,
"mode" : "none"
} ,
"thresholdsStyle" : {
"mode" : "off"
}
} ,
"mappings" : [ ] ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
2022-11-29 18:26:31 +00:00
"color" : "green" ,
"value" : null
2021-08-31 09:28:02 +00:00
} ,
{
"color" : "red" ,
"value" : 80
}
]
} ,
"unit" : "short"
} ,
"overrides" : [ ]
} ,
"gridPos" : {
"h" : 8 ,
"w" : 12 ,
"x" : 12 ,
2022-11-29 18:26:31 +00:00
"y" : 43
2021-08-31 09:28:02 +00:00
} ,
"id" : 33 ,
"options" : {
"legend" : {
"calcs" : [
"lastNotNull" ,
2022-11-29 18:26:31 +00:00
"max" ,
2021-08-31 09:28:02 +00:00
"mean"
] ,
"displayMode" : "table" ,
2022-11-29 18:26:31 +00:00
"placement" : "bottom" ,
"showLegend" : true ,
"sortBy" : "Last *" ,
"sortDesc" : true
2021-08-31 09:28:02 +00:00
} ,
"tooltip" : {
2022-11-29 18:26:31 +00:00
"mode" : "multi" ,
"sort" : "desc"
2021-08-31 09:28:02 +00:00
}
} ,
"pluginVersion" : "8.0.3" ,
"targets" : [
{
2022-09-16 19:24:32 +00:00
"datasource" : {
2022-11-28 07:37:39 +00:00
"type" : "prometheus" ,
2022-09-16 19:24:32 +00:00
"uid" : "$ds"
} ,
2022-11-29 18:26:31 +00:00
"editorMode" : "code" ,
2021-08-31 09:28:02 +00:00
"exemplar" : false ,
2022-11-29 18:26:31 +00:00
"expr" : "count(vmalert_recording_rules_last_evaluation_samples{job=~\"$job\", instance=~\"$instance\", group=~\"$group\"} < 1) by(job, group, recording)" ,
2021-08-31 09:28:02 +00:00
"interval" : "" ,
2022-11-29 18:26:31 +00:00
"legendFormat" : "{{group}}.{{recording}} ({{job}})" ,
"range" : true ,
2021-08-31 09:28:02 +00:00
"refId" : "A"
}
] ,
"title" : "Rules with 0 produced samples ($group)" ,
"type" : "timeseries"
} ,
{
2022-02-15 09:54:28 +00:00
"datasource" : {
"type" : "prometheus" ,
"uid" : "$ds"
} ,
2021-08-31 09:28:02 +00:00
"fieldConfig" : {
"defaults" : {
2022-11-29 18:26:31 +00:00
"color" : {
"mode" : "palette-classic"
} ,
"custom" : {
"axisCenteredZero" : false ,
"axisColorMode" : "text" ,
"axisLabel" : "" ,
"axisPlacement" : "auto" ,
"barAlignment" : 0 ,
"drawStyle" : "line" ,
"fillOpacity" : 0 ,
"gradientMode" : "none" ,
"hideFrom" : {
"legend" : false ,
"tooltip" : false ,
"viz" : false
} ,
"lineInterpolation" : "linear" ,
"lineWidth" : 1 ,
"pointSize" : 5 ,
"scaleDistribution" : {
"type" : "linear"
} ,
"showPoints" : "never" ,
"spanNulls" : false ,
"stacking" : {
"group" : "A" ,
"mode" : "none"
} ,
"thresholdsStyle" : {
"mode" : "off"
}
} ,
"mappings" : [ ] ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
"color" : "green" ,
"value" : null
} ,
{
"color" : "red" ,
"value" : 80
}
]
2022-02-15 09:54:28 +00:00
} ,
2022-11-29 18:26:31 +00:00
"unit" : "short"
2021-08-31 09:28:02 +00:00
} ,
"overrides" : [ ]
} ,
"gridPos" : {
"h" : 8 ,
"w" : 12 ,
2022-11-29 18:26:31 +00:00
"x" : 0 ,
"y" : 51
2021-08-31 09:28:02 +00:00
} ,
2022-11-29 18:26:31 +00:00
"id" : 30 ,
2021-08-31 09:28:02 +00:00
"options" : {
2022-11-29 18:26:31 +00:00
"legend" : {
"calcs" : [
"mean" ,
"lastNotNull" ,
"max"
] ,
"displayMode" : "table" ,
"placement" : "bottom" ,
"showLegend" : true
} ,
"tooltip" : {
"mode" : "multi" ,
"sort" : "none"
}
} ,
"pluginVersion" : "9.2.6" ,
2021-08-31 09:28:02 +00:00
"targets" : [
{
2022-09-16 19:24:32 +00:00
"datasource" : {
2022-11-28 07:37:39 +00:00
"type" : "prometheus" ,
2022-09-16 19:24:32 +00:00
"uid" : "$ds"
} ,
2022-11-29 18:26:31 +00:00
"editorMode" : "code" ,
2021-08-31 09:28:02 +00:00
"exemplar" : false ,
2022-11-29 18:26:31 +00:00
"expr" : "sum(vmalert_recording_rules_error{job=~\"$job\", instance=~\"$instance\", group=~\"$group\"}) by(job, group, recording) > 0" ,
2021-08-31 09:28:02 +00:00
"interval" : "" ,
2022-11-29 18:26:31 +00:00
"legendFormat" : "{{group}}.{{recording}} ({{job}})" ,
"range" : true ,
2021-08-31 09:28:02 +00:00
"refId" : "A"
}
] ,
2022-11-29 18:26:31 +00:00
"title" : "Errors ($group)" ,
"type" : "timeseries"
}
] ,
"targets" : [
{
"datasource" : {
"type" : "datasource" ,
"uid" : "grafana"
} ,
"refId" : "A"
}
] ,
"title" : "Recording rules ($instance)" ,
"type" : "row"
} ,
{
"collapsed" : true ,
"gridPos" : {
"h" : 1 ,
"w" : 24 ,
"x" : 0 ,
"y" : 35
} ,
"id" : 55 ,
"panels" : [
2021-08-31 09:28:02 +00:00
{
2022-02-15 09:54:28 +00:00
"datasource" : {
2022-09-16 19:24:32 +00:00
"type" : "prometheus" ,
2022-02-15 09:54:28 +00:00
"uid" : "$ds"
} ,
2021-08-31 09:28:02 +00:00
"fieldConfig" : {
"defaults" : {
2022-11-29 18:26:31 +00:00
"color" : {
"mode" : "palette-classic"
} ,
"custom" : {
"axisCenteredZero" : false ,
"axisColorMode" : "text" ,
"axisLabel" : "" ,
"axisPlacement" : "auto" ,
"barAlignment" : 0 ,
"drawStyle" : "line" ,
"fillOpacity" : 0 ,
"gradientMode" : "none" ,
"hideFrom" : {
"legend" : false ,
"tooltip" : false ,
"viz" : false
} ,
"lineInterpolation" : "linear" ,
"lineWidth" : 1 ,
"pointSize" : 5 ,
"scaleDistribution" : {
"type" : "linear"
} ,
"showPoints" : "auto" ,
"spanNulls" : false ,
"stacking" : {
"group" : "A" ,
"mode" : "none"
} ,
"thresholdsStyle" : {
"mode" : "off"
}
} ,
"mappings" : [ ] ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
"color" : "green" ,
"value" : null
} ,
{
"color" : "red" ,
"value" : 80
}
]
}
2021-08-31 09:28:02 +00:00
} ,
"overrides" : [ ]
} ,
"gridPos" : {
"h" : 8 ,
"w" : 12 ,
"x" : 0 ,
2022-11-29 18:26:31 +00:00
"y" : 9
2021-08-31 09:28:02 +00:00
} ,
2022-11-29 18:26:31 +00:00
"id" : 52 ,
2021-08-31 09:28:02 +00:00
"options" : {
2022-11-29 18:26:31 +00:00
"legend" : {
"calcs" : [ ] ,
"displayMode" : "list" ,
"placement" : "bottom" ,
"showLegend" : true
} ,
"tooltip" : {
"mode" : "single" ,
"sort" : "none"
}
} ,
2021-08-31 09:28:02 +00:00
"targets" : [
{
2022-09-16 19:24:32 +00:00
"datasource" : {
2022-11-28 07:37:39 +00:00
"type" : "prometheus" ,
2022-09-16 19:24:32 +00:00
"uid" : "$ds"
} ,
"editorMode" : "code" ,
2022-11-29 18:26:31 +00:00
"expr" : "sum(rate(vmalert_remotewrite_sent_rows_total{job=~\"$job\", instance=~\"$instance\"}[$__rate_interval])) by(job)" ,
"legendFormat" : "__auto" ,
2022-09-16 19:24:32 +00:00
"range" : true ,
2021-08-31 09:28:02 +00:00
"refId" : "A"
}
] ,
2022-11-29 18:26:31 +00:00
"title" : "Datapoints send rate ($instance)" ,
"type" : "timeseries"
2021-08-31 09:28:02 +00:00
} ,
{
2022-02-15 09:54:28 +00:00
"datasource" : {
2022-11-28 07:37:39 +00:00
"type" : "prometheus" ,
2022-02-15 09:54:28 +00:00
"uid" : "$ds"
} ,
2022-11-29 18:26:31 +00:00
"description" : "Shows the number of datapoints dropped by vmalert while sending to the configured remote write URL. vmalert performs up to 5 retries before dropping the data. Check vmalert's error logs for the specific error message." ,
2021-08-31 09:28:02 +00:00
"fieldConfig" : {
"defaults" : {
2022-11-29 18:26:31 +00:00
"color" : {
"mode" : "palette-classic"
} ,
"custom" : {
"axisCenteredZero" : false ,
"axisColorMode" : "text" ,
"axisLabel" : "" ,
"axisPlacement" : "auto" ,
"barAlignment" : 0 ,
"drawStyle" : "line" ,
"fillOpacity" : 0 ,
"gradientMode" : "none" ,
"hideFrom" : {
"legend" : false ,
"tooltip" : false ,
"viz" : false
} ,
"lineInterpolation" : "linear" ,
"lineWidth" : 1 ,
"pointSize" : 5 ,
"scaleDistribution" : {
"type" : "linear"
} ,
"showPoints" : "auto" ,
"spanNulls" : false ,
"stacking" : {
"group" : "A" ,
"mode" : "none"
} ,
"thresholdsStyle" : {
"mode" : "off"
}
} ,
"mappings" : [ ] ,
"thresholds" : {
"mode" : "absolute" ,
"steps" : [
{
"color" : "green" ,
"value" : null
} ,
{
"color" : "red" ,
"value" : 80
}
]
}
2021-08-31 09:28:02 +00:00
} ,
"overrides" : [ ]
} ,
"gridPos" : {
"h" : 8 ,
"w" : 12 ,
"x" : 12 ,
2022-11-29 18:26:31 +00:00
"y" : 9
2021-08-31 09:28:02 +00:00
} ,
2022-11-29 18:26:31 +00:00
"id" : 53 ,
2021-08-31 09:28:02 +00:00
"options" : {
2022-11-29 18:26:31 +00:00
"legend" : {
"calcs" : [ ] ,
"displayMode" : "list" ,
"placement" : "bottom" ,
"showLegend" : true
} ,
"tooltip" : {
"mode" : "single" ,
"sort" : "none"
}
} ,
2021-08-31 09:28:02 +00:00
"targets" : [
{
2022-09-16 19:24:32 +00:00
"datasource" : {
2022-11-28 07:37:39 +00:00
"type" : "prometheus" ,
2022-09-16 19:24:32 +00:00
"uid" : "$ds"
} ,
2022-11-29 18:26:31 +00:00
"editorMode" : "code" ,
"expr" : "sum(rate(vmalert_remotewrite_dropped_rows_total{job=~\"$job\", instance=~\"$instance\"}[$__rate_interval])) by(job) > 0" ,
"legendFormat" : "__auto" ,
"range" : true ,
2021-08-31 09:28:02 +00:00
"refId" : "A"
}
] ,
2022-11-29 18:26:31 +00:00
"title" : "Datapoints drop rate ($instance)" ,
"type" : "timeseries"
2022-09-16 19:24:32 +00:00
}
] ,
2022-11-29 18:26:31 +00:00
"title" : "Remote write" ,
2021-08-31 09:28:02 +00:00
"type" : "row"
}
] ,
"refresh" : false ,
2022-11-29 18:26:31 +00:00
"schemaVersion" : 37 ,
2021-08-31 09:28:02 +00:00
"style" : "dark" ,
"tags" : [
"victoriametrics" ,
"vmalert"
] ,
"templating" : {
"list" : [
{
"current" : {
2022-11-29 18:26:31 +00:00
"selected" : true ,
2023-01-05 13:59:56 +00:00
"text" : "VictoriaMetrics" ,
"value" : "VictoriaMetrics"
2021-08-31 09:28:02 +00:00
} ,
"hide" : 0 ,
"includeAll" : false ,
"multi" : false ,
"name" : "ds" ,
"options" : [ ] ,
"query" : "prometheus" ,
"queryValue" : "" ,
"refresh" : 1 ,
"regex" : "" ,
"skipUrlSync" : false ,
"type" : "datasource"
} ,
{
"current" : { } ,
2022-02-15 09:54:28 +00:00
"datasource" : {
2022-11-28 07:37:39 +00:00
"type" : "prometheus" ,
2022-02-15 09:54:28 +00:00
"uid" : "$ds"
} ,
2021-08-31 09:28:02 +00:00
"definition" : "label_values(vm_app_version{version=~\"^vmalert.*\"}, job)" ,
"hide" : 0 ,
2022-11-29 18:26:31 +00:00
"includeAll" : true ,
"multi" : true ,
2021-08-31 09:28:02 +00:00
"name" : "job" ,
"options" : [ ] ,
"query" : {
"query" : "label_values(vm_app_version{version=~\"^vmalert.*\"}, job)" ,
"refId" : "StandardVariableQuery"
} ,
"refresh" : 1 ,
"regex" : "" ,
"skipUrlSync" : false ,
"sort" : 0 ,
"type" : "query"
} ,
{
"allValue" : ".*" ,
"current" : { } ,
2022-02-15 09:54:28 +00:00
"datasource" : {
2022-11-28 07:37:39 +00:00
"type" : "prometheus" ,
2022-02-15 09:54:28 +00:00
"uid" : "$ds"
} ,
2021-08-31 09:28:02 +00:00
"definition" : "label_values(vm_app_version{job=~\"$job\"}, instance)" ,
"hide" : 0 ,
"includeAll" : true ,
"multi" : true ,
"name" : "instance" ,
"options" : [ ] ,
"query" : {
"query" : "label_values(vm_app_version{job=~\"$job\"}, instance)" ,
"refId" : "StandardVariableQuery"
} ,
"refresh" : 1 ,
"regex" : "" ,
"skipUrlSync" : false ,
"sort" : 0 ,
"type" : "query"
} ,
{
"allValue" : ".*" ,
"current" : { } ,
2022-02-15 09:54:28 +00:00
"datasource" : {
2022-11-28 07:37:39 +00:00
"type" : "prometheus" ,
2022-02-15 09:54:28 +00:00
"uid" : "$ds"
} ,
2021-08-31 09:28:02 +00:00
"definition" : "label_values(vmalert_iteration_duration_seconds{job=~\"$job\", instance=~\"$instance\"}, group)" ,
"hide" : 0 ,
"includeAll" : true ,
"multi" : true ,
"name" : "group" ,
"options" : [ ] ,
"query" : {
"query" : "label_values(vmalert_iteration_duration_seconds{job=~\"$job\", instance=~\"$instance\"}, group)" ,
"refId" : "StandardVariableQuery"
} ,
"refresh" : 1 ,
"regex" : "" ,
"skipUrlSync" : false ,
"sort" : 0 ,
"type" : "query"
2022-09-16 19:24:32 +00:00
} ,
2022-11-29 18:26:31 +00:00
{
"current" : {
"selected" : true ,
"text" : "5" ,
"value" : "5"
} ,
"hide" : 0 ,
"includeAll" : false ,
"multi" : false ,
"name" : "topk" ,
"options" : [
{
"selected" : true ,
"text" : "5" ,
"value" : "5"
} ,
{
"selected" : false ,
"text" : "10" ,
"value" : "10"
} ,
{
"selected" : false ,
"text" : "20" ,
"value" : "20"
} ,
{
"selected" : false ,
"text" : "30" ,
"value" : "30"
} ,
{
"selected" : false ,
"text" : "40" ,
"value" : "40"
} ,
{
"selected" : false ,
"text" : "50" ,
"value" : "50"
}
] ,
"query" : "5, 10, 20, 30, 40, 50" ,
"queryValue" : "" ,
"skipUrlSync" : false ,
"type" : "custom"
} ,
2022-09-16 19:24:32 +00:00
{
"datasource" : {
"type" : "prometheus" ,
2022-11-28 07:37:39 +00:00
"uid" : "$ds"
2022-09-16 19:24:32 +00:00
} ,
"filters" : [ ] ,
"hide" : 0 ,
"name" : "adhoc" ,
"skipUrlSync" : false ,
"type" : "adhoc"
2021-08-31 09:28:02 +00:00
}
]
} ,
"time" : {
"from" : "now-3h" ,
"to" : "now"
} ,
"timepicker" : { } ,
"timezone" : "" ,
2022-09-16 19:24:32 +00:00
"title" : "VictoriaMetrics - vmalert" ,
2021-08-31 09:28:02 +00:00
"uid" : "LzldHAVnz" ,
2022-02-15 09:54:28 +00:00
"version" : 1 ,
"weekStart" : ""
2022-11-29 18:26:31 +00:00
}