{ "annotations": { "list": [ { "builtIn": 1, "datasource": { "type": "datasource", "uid": "grafana" }, "enable": true, "hide": true, "iconColor": "rgba(0, 211, 255, 1)", "name": "Annotations & Alerts", "target": { "limit": 100, "matchAny": false, "tags": [], "type": "dashboard" }, "type": "dashboard" } ] }, "editable": false, "graphTooltip": 0, "panels": [ { "datasource": { "type": "prometheus", "uid": "kube-prometheus-stack" }, "description": "current service state", "fieldConfig": { "defaults": { "mappings": [ { "options": { "0": { "text": "down" }, "1": { "text": "up" } }, "type": "value" } ], "thresholds": { "mode": "absolute", "steps": [ { "color": "#d44a3a" }, { "color": "rgba(237, 129, 40, 0.89)", "value": 1 }, { "color": "#299c46", "value": 1 } ] }, "unit": "none" }, "overrides": [] }, "gridPos": { "h": 3, "w": 6, "x": 0, "y": 0 }, "id": 26, "maxDataPoints": 100, "options": { "colorMode": "value", "graphMode": "none", "justifyMode": "auto", "orientation": "horizontal", "percentChangeColorMode": "standard", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "showPercentChange": false, "textMode": "auto", "wideLayout": true }, "pluginVersion": "12.0.0", "targets": [ { "datasource": { "type": "prometheus", "uid": "kube-prometheus-stack" }, "exemplar": false, "expr": "sum(up{job=~\"$job\"})", "format": "table", "instant": true, "interval": "", "legendFormat": "", "refId": "A" } ], "title": "State", "transparent": true, "type": "stat" }, { "datasource": { "type": "prometheus", "uid": "kube-prometheus-stack" }, "description": "Is blocking enabled?", "fieldConfig": { "defaults": { "mappings": [ { "options": { "0": { "text": "off" }, "1": { "text": "on" } }, "type": "value" } ], "thresholds": { "mode": "absolute", "steps": [ { "color": "#d44a3a" }, { "color": "rgba(237, 129, 40, 0.89)", "value": 1 }, { "color": "#299c46", "value": 1 } ] }, "unit": "none" }, "overrides": [] }, "gridPos": { "h": 3, "w": 6, "x": 6, "y": 0 }, "id": 43, "maxDataPoints": 100, "options": { "colorMode": "value", "graphMode": "none", "justifyMode": "auto", "orientation": "horizontal", "percentChangeColorMode": "standard", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "showPercentChange": false, "textMode": "value", "wideLayout": true }, "pluginVersion": "12.0.0", "targets": [ { "datasource": { "type": "prometheus", "uid": "kube-prometheus-stack" }, "exemplar": false, "expr": "blocky_blocking_enabled", "format": "table", "instant": true, "interval": "", "legendFormat": "", "refId": "A" } ], "title": "Blocking", "transparent": true, "type": "stat" }, { "datasource": { "type": "prometheus", "uid": "kube-prometheus-stack" }, "description": "Number of denylist entries", "fieldConfig": { "defaults": { "color": { "fixedColor": "text", "mode": "fixed" }, "mappings": [ { "options": { "match": "null", "result": { "text": "N/A" } }, "type": "special" } ], "thresholds": { "mode": "absolute", "steps": [ { "color": "green" } ] }, "unit": "locale" }, "overrides": [] }, "gridPos": { "h": 3, "w": 6, "x": 12, "y": 0 }, "id": 30, "maxDataPoints": 100, "options": { "colorMode": "value", "graphMode": "none", "justifyMode": "auto", "orientation": "horizontal", "percentChangeColorMode": "standard", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "showPercentChange": false, "textMode": "auto", "wideLayout": true }, "pluginVersion": "12.0.0", "targets": [ { "datasource": { "type": "prometheus", "uid": "kube-prometheus-stack" }, "editorMode": "code", "exemplar": true, "expr": "(sum(blocky_denylist_cache_entries) or sum(blocky_denylist_cache)) / sum(up{job=~\"$job\"})", "format": "table", "instant": false, "interval": "", "legendFormat": "", "refId": "A" } ], "title": "Denylist entries total", "transparent": true, "type": "stat" }, { "datasource": { "type": "prometheus", "uid": "kube-prometheus-stack" }, "description": "Time since last list refresh", "fieldConfig": { "defaults": { "color": { "fixedColor": "text", "mode": "fixed" }, "decimals": 0, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green" } ] }, "unit": "s" }, "overrides": [] }, "gridPos": { "h": 3, "w": 6, "x": 18, "y": 0 }, "id": 57, "options": { "colorMode": "value", "graphMode": "area", "justifyMode": "auto", "orientation": "auto", "percentChangeColorMode": "standard", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "showPercentChange": false, "textMode": "auto", "wideLayout": true }, "pluginVersion": "12.0.0", "targets": [ { "datasource": { "type": "prometheus", "uid": "kube-prometheus-stack" }, "editorMode": "code", "exemplar": false, "expr": "sum(time() -blocky_last_list_group_refresh_timestamp_seconds)/ sum(up{job=~\"$job\"})", "format": "table", "instant": true, "interval": "", "legendFormat": "", "refId": "A" } ], "title": "Last list refresh", "transparent": true, "type": "stat" }, { "datasource": { "type": "prometheus", "uid": "kube-prometheus-stack" }, "description": "Blocky [version](https://github.com/0xERR0R/blocky) number", "fieldConfig": { "defaults": { "color": { "fixedColor": "text", "mode": "fixed" }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green" }, { "color": "red", "value": 80 } ] } }, "overrides": [] }, "gridPos": { "h": 3, "w": 6, "x": 0, "y": 3 }, "id": 55, "options": { "colorMode": "value", "graphMode": "area", "justifyMode": "center", "orientation": "auto", "percentChangeColorMode": "standard", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "/^version$/", "values": false }, "showPercentChange": false, "textMode": "auto", "wideLayout": true }, "pluginVersion": "12.0.0", "targets": [ { "datasource": { "type": "prometheus", "uid": "kube-prometheus-stack" }, "exemplar": false, "expr": "blocky_build_info", "format": "table", "instant": true, "interval": "", "legendFormat": "", "refId": "A" } ], "title": "Version", "transformations": [ { "id": "labelsToFields", "options": {} }, { "id": "merge", "options": {} }, { "id": "merge", "options": {} } ], "transparent": true, "type": "stat" }, { "datasource": { "type": "prometheus", "uid": "kube-prometheus-stack" }, "description": "Average query response time for all query types", "fieldConfig": { "defaults": { "mappings": [ { "options": { "match": "null", "result": { "text": "N/A" } }, "type": "special" } ], "thresholds": { "mode": "absolute", "steps": [ { "color": "green" }, { "color": "red", "value": 80 } ] }, "unit": "s" }, "overrides": [] }, "gridPos": { "h": 3, "w": 6, "x": 6, "y": 3 }, "id": 24, "maxDataPoints": 100, "options": { "colorMode": "value", "graphMode": "area", "justifyMode": "auto", "orientation": "horizontal", "percentChangeColorMode": "standard", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "showPercentChange": false, "textMode": "auto", "wideLayout": true }, "pluginVersion": "12.0.0", "targets": [ { "datasource": { "type": "prometheus", "uid": "kube-prometheus-stack" }, "editorMode": "code", "exemplar": true, "expr": "(sum(rate(blocky_request_duration_seconds_sum[$__rate_interval])) / sum(rate(blocky_request_duration_seconds_count[$__rate_interval])))\nor\n(sum(rate(blocky_request_duration_ms_sum[$__rate_interval])) / sum(rate(blocky_request_duration_ms_count[$__rate_interval])) / 1000)", "format": "table", "instant": false, "interval": "", "legendFormat": "", "refId": "A" } ], "title": "Avg response time", "transparent": true, "type": "stat" }, { "datasource": { "type": "prometheus", "uid": "kube-prometheus-stack" }, "description": "Number of entries in the cache. Shows the last value", "fieldConfig": { "defaults": { "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green" }, { "color": "#EAB839", "value": 50 } ] } }, "overrides": [] }, "gridPos": { "h": 3, "w": 6, "x": 12, "y": 3 }, "id": 45, "options": { "colorMode": "value", "graphMode": "area", "justifyMode": "auto", "orientation": "auto", "percentChangeColorMode": "standard", "reduceOptions": { "calcs": [ "last" ], "fields": "", "values": false }, "showPercentChange": false, "textMode": "auto", "wideLayout": true }, "pluginVersion": "12.0.0", "targets": [ { "datasource": { "type": "prometheus", "uid": "kube-prometheus-stack" }, "editorMode": "code", "exemplar": true, "expr": "(sum(blocky_cache_entries) or sum(blocky_cache_entry_count)) / sum(up{job=~\"$job\"})", "format": "table", "instant": false, "interval": "", "legendFormat": "", "refId": "A" } ], "title": "Cache entries count", "transparent": true, "type": "stat" }, { "datasource": { "type": "prometheus", "uid": "kube-prometheus-stack" }, "description": "Cache Hit/Miss ratio. 100 % means, all queries could be answered from the cache, 0% - all queries must be resolved via external DNS", "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "mappings": [], "max": 1, "min": 0, "thresholds": { "mode": "absolute", "steps": [ { "color": "green" }, { "color": "#EAB839", "value": 30 } ] }, "unit": "percentunit" }, "overrides": [] }, "gridPos": { "h": 3, "w": 6, "x": 18, "y": 3 }, "id": 47, "options": { "colorMode": "value", "graphMode": "area", "justifyMode": "auto", "orientation": "auto", "percentChangeColorMode": "standard", "reduceOptions": { "calcs": [ "mean" ], "fields": "", "values": false }, "showPercentChange": false, "textMode": "auto", "wideLayout": true }, "pluginVersion": "12.0.0", "targets": [ { "datasource": { "type": "prometheus", "uid": "kube-prometheus-stack" }, "editorMode": "code", "exemplar": true, "expr": "sum(increase(blocky_cache_hits_total[$__range])) / (sum(increase(blocky_cache_hits_total[$__range])) + sum(increase(blocky_cache_misses_total[$__range])))", "format": "table", "instant": false, "interval": "", "legendFormat": "", "refId": "A" } ], "title": "Cache Hit/Miss ratio", "transparent": true, "type": "stat" }, { "datasource": { "type": "prometheus", "uid": "kube-prometheus-stack" }, "description": "Number of all queries. Shows the last value", "fieldConfig": { "defaults": { "color": { "fixedColor": "text", "mode": "fixed" }, "mappings": [ { "options": { "match": "null", "result": { "text": "N/A" } }, "type": "special" } ], "thresholds": { "mode": "absolute", "steps": [ { "color": "green" } ] }, "unit": "locale" }, "overrides": [] }, "gridPos": { "h": 3, "w": 6, "x": 0, "y": 6 }, "id": 4, "maxDataPoints": 100, "options": { "colorMode": "value", "graphMode": "area", "justifyMode": "auto", "orientation": "horizontal", "percentChangeColorMode": "standard", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "showPercentChange": false, "textMode": "auto", "wideLayout": true }, "pluginVersion": "12.0.0", "targets": [ { "datasource": { "type": "prometheus", "uid": "kube-prometheus-stack" }, "exemplar": true, "expr": "ceil(sum(increase(blocky_query_total[$__range]))) ", "format": "table", "instant": false, "interval": "", "legendFormat": "", "refId": "A" } ], "title": "Query Count Total", "transparent": true, "type": "stat" }, { "datasource": { "type": "prometheus", "uid": "kube-prometheus-stack" }, "description": "Percentage of blocked queries", "fieldConfig": { "defaults": { "decimals": 2, "mappings": [ { "options": { "match": "null", "result": { "text": "N/A" } }, "type": "special" } ], "max": 1, "min": 0, "thresholds": { "mode": "absolute", "steps": [ { "color": "green" }, { "color": "#EAB839", "value": 40 }, { "color": "red", "value": 80 } ] }, "unit": "percentunit" }, "overrides": [] }, "gridPos": { "h": 3, "w": 6, "x": 6, "y": 6 }, "id": 34, "maxDataPoints": 100, "options": { "colorMode": "value", "graphMode": "area", "justifyMode": "auto", "orientation": "horizontal", "percentChangeColorMode": "standard", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "showPercentChange": false, "textMode": "auto", "wideLayout": true }, "pluginVersion": "12.0.0", "targets": [ { "datasource": { "type": "prometheus", "uid": "kube-prometheus-stack" }, "exemplar": true, "expr": "sum(increase(blocky_response_total{response_type=\"BLOCKED\"}[$__range])) / sum(increase(blocky_query_total[$__range])) ", "format": "table", "instant": false, "interval": "", "legendFormat": "", "refId": "A" } ], "title": "Queries blocked", "transparent": true, "type": "stat" }, { "datasource": { "type": "prometheus", "uid": "kube-prometheus-stack" }, "description": "Amount of prefetch queries per minute", "fieldConfig": { "defaults": { "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green" }, { "color": "red", "value": 80 } ] } }, "overrides": [] }, "gridPos": { "h": 3, "w": 6, "x": 12, "y": 6 }, "id": 51, "options": { "colorMode": "value", "graphMode": "area", "justifyMode": "auto", "orientation": "auto", "percentChangeColorMode": "standard", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "showPercentChange": false, "textMode": "auto", "wideLayout": true }, "pluginVersion": "12.0.0", "targets": [ { "datasource": { "type": "prometheus", "uid": "kube-prometheus-stack" }, "editorMode": "code", "exemplar": true, "expr": "(sum(rate(blocky_prefetches_total[$__range])) or sum(rate(blocky_prefetch_count[$__range]))) * 60", "format": "table", "interval": "", "legendFormat": "", "range": true, "refId": "A" } ], "title": "Prefetch rate per min", "transparent": true, "type": "stat" }, { "datasource": { "type": "prometheus", "uid": "kube-prometheus-stack" }, "description": "How many of cached entries were prefetched automatically", "fieldConfig": { "defaults": { "color": { "fixedColor": "text", "mode": "fixed" }, "mappings": [], "max": 1, "min": 0, "thresholds": { "mode": "absolute", "steps": [ { "color": "green" } ] }, "unit": "percentunit" }, "overrides": [] }, "gridPos": { "h": 3, "w": 6, "x": 18, "y": 6 }, "id": 58, "options": { "colorMode": "value", "graphMode": "area", "justifyMode": "auto", "orientation": "auto", "percentChangeColorMode": "standard", "reduceOptions": { "calcs": [ "mean" ], "fields": "", "values": false }, "showPercentChange": false, "textMode": "auto", "wideLayout": true }, "pluginVersion": "12.0.0", "targets": [ { "datasource": { "type": "prometheus", "uid": "kube-prometheus-stack" }, "editorMode": "code", "exemplar": true, "expr": "sum(increase(blocky_prefetch_hits_total[$__range])) / (sum(increase(blocky_cache_hits_total[$__range])))", "format": "table", "instant": false, "interval": "", "legendFormat": "", "refId": "A" } ], "title": "Prefetch Hit ratio", "transparent": true, "type": "stat" }, { "datasource": { "type": "prometheus", "uid": "kube-prometheus-stack" }, "description": "Amount of performed DNS queries to prefetch cached queries", "fieldConfig": { "defaults": { "color": { "fixedColor": "text", "mode": "fixed" }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green" } ] } }, "overrides": [] }, "gridPos": { "h": 3, "w": 6, "x": 0, "y": 9 }, "id": 53, "options": { "colorMode": "value", "graphMode": "area", "justifyMode": "auto", "orientation": "auto", "percentChangeColorMode": "standard", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "showPercentChange": false, "textMode": "auto", "wideLayout": true }, "pluginVersion": "12.0.0", "targets": [ { "datasource": { "type": "prometheus", "uid": "kube-prometheus-stack" }, "editorMode": "code", "exemplar": true, "expr": "ceil(sum(increase(blocky_prefetches_total[$__range])) or sum(increase(blocky_prefetch_count[$__range])))", "format": "table", "interval": "", "legendFormat": "", "range": true, "refId": "A" } ], "title": "Prefetch count", "transparent": true, "type": "stat" }, { "datasource": { "type": "prometheus", "uid": "kube-prometheus-stack" }, "description": "Amount of unique domains in the prefetched cache", "fieldConfig": { "defaults": { "color": { "fixedColor": "text", "mode": "fixed" }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green" } ] } }, "overrides": [] }, "gridPos": { "h": 3, "w": 6, "x": 6, "y": 9 }, "id": 49, "options": { "colorMode": "value", "graphMode": "area", "justifyMode": "auto", "orientation": "auto", "percentChangeColorMode": "standard", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "showPercentChange": false, "textMode": "auto", "wideLayout": true }, "pluginVersion": "12.0.0", "targets": [ { "datasource": { "type": "prometheus", "uid": "kube-prometheus-stack" }, "editorMode": "code", "exemplar": true, "expr": "sum(blocky_prefetch_domain_name_cache_entries)/ sum(up{job=~\"$job\"})", "format": "table", "interval": "", "legendFormat": "", "range": true, "refId": "A" } ], "title": "Prefetch domain count", "transparent": true, "type": "stat" }, { "datasource": { "type": "prometheus", "uid": "kube-prometheus-stack" }, "description": "Number of occured errors", "fieldConfig": { "defaults": { "decimals": 0, "mappings": [ { "options": { "match": "null", "result": { "text": "N/A" } }, "type": "special" } ], "thresholds": { "mode": "absolute", "steps": [ { "color": "#299c46" }, { "color": "red", "value": 1 } ] }, "unit": "short" }, "overrides": [] }, "gridPos": { "h": 3, "w": 6, "x": 12, "y": 9 }, "id": 36, "maxDataPoints": 100, "options": { "colorMode": "value", "graphMode": "area", "justifyMode": "auto", "orientation": "horizontal", "percentChangeColorMode": "standard", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "showPercentChange": false, "textMode": "auto", "wideLayout": true }, "pluginVersion": "12.0.0", "targets": [ { "datasource": { "type": "prometheus", "uid": "kube-prometheus-stack" }, "exemplar": true, "expr": "sum(increase(blocky_error_total[$__range]))", "format": "table", "instant": false, "interval": "", "legendFormat": "", "refId": "A" } ], "title": "Error count", "transparent": true, "type": "stat" }, { "datasource": { "type": "prometheus", "uid": "kube-prometheus-stack" }, "fieldConfig": { "defaults": { "decimals": 2, "mappings": [ { "options": { "match": "null", "result": { "text": "N/A" } }, "type": "special" } ], "thresholds": { "mode": "absolute", "steps": [ { "color": "green" }, { "color": "#EAB839", "value": 256000000 } ] }, "unit": "bytes" }, "overrides": [] }, "gridPos": { "h": 3, "w": 6, "x": 18, "y": 9 }, "id": 28, "maxDataPoints": 100, "options": { "colorMode": "value", "graphMode": "area", "justifyMode": "auto", "orientation": "horizontal", "percentChangeColorMode": "standard", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "showPercentChange": false, "textMode": "auto", "wideLayout": true }, "pluginVersion": "12.0.0", "targets": [ { "datasource": { "type": "prometheus", "uid": "kube-prometheus-stack" }, "exemplar": true, "expr": "sum(go_memstats_sys_bytes{job=~\"$job\"})/sum(up{job=~\"$job\"})", "format": "table", "instant": false, "interval": "", "legendFormat": "", "refId": "A" } ], "title": "Memory allocated", "transparent": true, "type": "stat" }, { "datasource": { "type": "prometheus", "uid": "kube-prometheus-stack" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisBorderShow": false, "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "avg requests / min", "axisPlacement": "auto", "barAlignment": 0, "barWidthFactor": 0.6, "drawStyle": "line", "fillOpacity": 10, "gradientMode": "opacity", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "insertNulls": false, "lineInterpolation": "smooth", "lineWidth": 2, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "never", "spanNulls": true, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "links": [], "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green" }, { "color": "red", "value": 80 } ] }, "unit": "short" }, "overrides": [] }, "gridPos": { "h": 7, "w": 24, "x": 0, "y": 12 }, "id": 10, "options": { "legend": { "calcs": [], "displayMode": "list", "placement": "bottom", "showLegend": false }, "tooltip": { "hideZeros": false, "mode": "single", "sort": "none" } }, "pluginVersion": "12.0.0", "targets": [ { "datasource": { "type": "prometheus", "uid": "kube-prometheus-stack" }, "exemplar": true, "expr": "sum(rate(blocky_query_total[5m])) * 60", "format": "time_series", "instant": false, "interval": "", "legendFormat": " ", "refId": "A" } ], "title": "Request rate", "transparent": true, "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "kube-prometheus-stack" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisBorderShow": false, "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "avg requests / min", "axisPlacement": "auto", "barAlignment": 0, "barWidthFactor": 0.6, "drawStyle": "line", "fillOpacity": 10, "gradientMode": "opacity", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "insertNulls": false, "lineInterpolation": "smooth", "lineWidth": 2, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "never", "spanNulls": true, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "links": [], "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green" }, { "color": "red", "value": 80 } ] }, "unit": "short" }, "overrides": [] }, "gridPos": { "h": 7, "w": 24, "x": 0, "y": 19 }, "id": 52, "options": { "legend": { "calcs": [], "displayMode": "list", "placement": "bottom", "showLegend": true }, "tooltip": { "hideZeros": false, "mode": "single", "sort": "none" } }, "pluginVersion": "12.0.0", "targets": [ { "datasource": { "type": "prometheus", "uid": "kube-prometheus-stack" }, "exemplar": true, "expr": "sum by (client) (rate(blocky_query_total[5m])) * 60", "format": "time_series", "instant": false, "interval": "", "legendFormat": " {{client}}", "refId": "A" } ], "title": "Request rate per client", "transparent": true, "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "kube-prometheus-stack" }, "fieldConfig": { "defaults": { "custom": { "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "scaleDistribution": { "type": "linear" } } }, "overrides": [] }, "gridPos": { "h": 9, "w": 24, "x": 0, "y": 26 }, "id": 22, "options": { "calculate": false, "calculation": {}, "cellGap": 2, "cellValues": {}, "color": { "exponent": 0.5, "fill": "#FADE2A", "mode": "opacity", "reverse": false, "scale": "exponential", "scheme": "Oranges", "steps": 128 }, "exemplars": { "color": "rgba(255,0,255,0.7)" }, "filterValues": { "le": 1e-9 }, "legend": { "show": true, "showLegend": true }, "rowsFrame": { "layout": "auto" }, "showValue": "never", "tooltip": { "mode": "single", "showColorScale": false, "yHistogram": false }, "yAxis": { "axisPlacement": "left", "reverse": false, "unit": "s" } }, "pluginVersion": "12.0.0", "targets": [ { "datasource": { "type": "prometheus", "uid": "kube-prometheus-stack" }, "editorMode": "code", "exemplar": true, "expr": "sum(increase(blocky_request_duration_seconds_bucket{response_type=\"RESOLVED\"}[$__range])) by (le)", "format": "heatmap", "instant": false, "interval": "", "legendFormat": "{{le}}", "refId": "A" } ], "title": "request duration (upstream)", "transparent": true, "type": "heatmap" }, { "datasource": { "type": "prometheus", "uid": "kube-prometheus-stack" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "hideFrom": { "legend": false, "tooltip": false, "viz": false } }, "decimals": 0, "mappings": [], "unit": "short" }, "overrides": [] }, "gridPos": { "h": 8, "w": 12, "x": 0, "y": 35 }, "id": 2, "maxDataPoints": 3, "options": { "legend": { "calcs": [], "displayMode": "table", "placement": "right", "showLegend": true, "values": [ "value", "percent" ] }, "pieType": "donut", "reduceOptions": { "calcs": [ "sum" ], "fields": "", "values": false }, "tooltip": { "hideZeros": false, "mode": "single", "sort": "none" } }, "pluginVersion": "12.0.0", "targets": [ { "datasource": { "type": "prometheus", "uid": "kube-prometheus-stack" }, "exemplar": false, "expr": " sort_desc(sum by (type) (ceil(increase(blocky_query_total[$__range]))))", "format": "time_series", "instant": true, "interval": "", "legendFormat": "{{ type }}", "refId": "A" } ], "title": "Query by type", "transparent": true, "type": "piechart" }, { "datasource": { "type": "prometheus", "uid": "kube-prometheus-stack" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "hideFrom": { "legend": false, "tooltip": false, "viz": false } }, "decimals": 0, "mappings": [], "unit": "short" }, "overrides": [] }, "gridPos": { "h": 8, "w": 12, "x": 12, "y": 35 }, "id": 8, "maxDataPoints": 3, "options": { "legend": { "calcs": [], "displayMode": "table", "placement": "right", "showLegend": true, "values": [ "value", "percent" ] }, "pieType": "donut", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "tooltip": { "hideZeros": false, "mode": "single", "sort": "none" } }, "pluginVersion": "12.0.0", "targets": [ { "datasource": { "type": "prometheus", "uid": "kube-prometheus-stack" }, "exemplar": false, "expr": "sort_desc(sum by (client) (ceil(increase(blocky_query_total[$__range]))))", "format": "time_series", "instant": true, "interval": "", "legendFormat": "{{ client }}", "refId": "A" } ], "title": "Query per Client", "transparent": true, "type": "piechart" }, { "datasource": { "type": "prometheus", "uid": "kube-prometheus-stack" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "hideFrom": { "legend": false, "tooltip": false, "viz": false } }, "decimals": 0, "mappings": [], "unit": "short" }, "overrides": [] }, "gridPos": { "h": 8, "w": 12, "x": 0, "y": 43 }, "id": 32, "maxDataPoints": 3, "options": { "legend": { "calcs": [], "displayMode": "table", "placement": "right", "showLegend": true, "values": [ "value" ] }, "pieType": "donut", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "tooltip": { "hideZeros": false, "mode": "single", "sort": "none" } }, "pluginVersion": "12.0.0", "targets": [ { "datasource": { "type": "prometheus", "uid": "kube-prometheus-stack" }, "editorMode": "code", "exemplar": false, "expr": "topk(1, blocky_denylist_cache_entries) by (group)", "format": "time_series", "instant": true, "interval": "", "legendFormat": "{{ group }}", "refId": "A" } ], "title": "Denylist by group", "transparent": true, "type": "piechart" }, { "datasource": { "type": "prometheus", "uid": "kube-prometheus-stack" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "hideFrom": { "legend": false, "tooltip": false, "viz": false } }, "decimals": 0, "mappings": [], "unit": "short" }, "overrides": [] }, "gridPos": { "h": 8, "w": 12, "x": 12, "y": 43 }, "id": 14, "maxDataPoints": 3, "options": { "legend": { "calcs": [], "displayMode": "table", "placement": "right", "showLegend": true, "values": [ "value", "percent" ] }, "pieType": "donut", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "tooltip": { "hideZeros": false, "mode": "single", "sort": "none" } }, "pluginVersion": "12.0.0", "targets": [ { "datasource": { "type": "prometheus", "uid": "kube-prometheus-stack" }, "exemplar": false, "expr": " sort_desc(sum by (reason) (ceil(increase(blocky_response_total[$__range]))))", "format": "time_series", "instant": true, "interval": "", "legendFormat": "{{reason}}", "refId": "A" } ], "title": "Response Reasons", "transparent": true, "type": "piechart" }, { "datasource": { "type": "prometheus", "uid": "kube-prometheus-stack" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "hideFrom": { "legend": false, "tooltip": false, "viz": false } }, "decimals": 0, "mappings": [], "unit": "short" }, "overrides": [] }, "gridPos": { "h": 8, "w": 12, "x": 0, "y": 51 }, "id": 38, "maxDataPoints": 3, "options": { "legend": { "calcs": [], "displayMode": "table", "placement": "right", "showLegend": true, "values": [ "value", "percent" ] }, "pieType": "donut", "reduceOptions": { "calcs": [ "sum" ], "fields": "", "values": false }, "tooltip": { "hideZeros": false, "mode": "single", "sort": "none" } }, "pluginVersion": "12.0.0", "targets": [ { "datasource": { "type": "prometheus", "uid": "kube-prometheus-stack" }, "exemplar": false, "expr": " sort_desc(sum by (response_type) (ceil(increase(blocky_response_total[$__range]))))", "format": "time_series", "instant": true, "interval": "", "legendFormat": "{{response_type}}", "refId": "A" } ], "title": "Response Type", "transparent": true, "type": "piechart" }, { "datasource": { "type": "prometheus", "uid": "kube-prometheus-stack" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "hideFrom": { "legend": false, "tooltip": false, "viz": false } }, "decimals": 0, "mappings": [], "unit": "short" }, "overrides": [] }, "gridPos": { "h": 8, "w": 12, "x": 12, "y": 51 }, "id": 12, "maxDataPoints": 3, "options": { "legend": { "calcs": [], "displayMode": "table", "placement": "right", "showLegend": true, "values": [ "value", "percent" ] }, "pieType": "donut", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "tooltip": { "hideZeros": false, "mode": "single", "sort": "none" } }, "pluginVersion": "12.0.0", "targets": [ { "datasource": { "type": "prometheus", "uid": "kube-prometheus-stack" }, "exemplar": false, "expr": " sort_desc(sum by (response_code) (ceil(increase(blocky_response_total[$__range]))))", "format": "time_series", "instant": true, "interval": "", "legendFormat": "{{response_code}}", "refId": "A" } ], "title": "Response status", "transparent": true, "type": "piechart" } ], "preload": true, "tags": ["service", "network"], "templating": { "list": [ { "current": { "text": "All", "value": "$__all" }, "datasource": { "type": "prometheus", "uid": "kube-prometheus-stack" }, "definition": "label_values(blocky_blocking_enabled,job)", "includeAll": true, "label": "job", "name": "job", "options": [], "query": { "qryType": 1, "query": "label_values(blocky_blocking_enabled,job)", "refId": "PrometheusVariableQueryEditor-VariableQuery" }, "refresh": 1, "regex": "", "sort": 1, "type": "query" } ] }, "time": { "from": "now-24h", "to": "now" }, "timezone": "browser", "title": "Blocky", "uid": "a251921783f081f8c2fac2cf9a5383d0", "version": 11 }