{ "__inputs": [ { "name": "DS_PROMETHEUS", "label": "Prometheus", "description": "Prometheus data source with the Harbor Gateway target", "type": "datasource", "pluginId": "prometheus", "pluginName": "Prometheus" } ], "annotations": { "list": [] }, "description": "Harbor-accounted Gateway and Proxy traffic. Direct and physical device traffic outside Harbor is not included.", "editable": true, "fiscalYearStartMonth": 0, "graphTooltip": 1, "id": null, "links": [], "panels": [ { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "fieldConfig": { "defaults": { "color": { "mode": "continuous-GrYlRd" }, "decimals": 1, "unit": "bytes" }, "overrides": [] }, "gridPos": { "h": 6, "w": 6, "x": 0, "y": 0 }, "id": 1, "options": { "colorMode": "value", "graphMode": "area", "justifyMode": "auto", "orientation": "auto", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "textMode": "auto", "wideLayout": true }, "targets": [ { "editorMode": "code", "expr": "sum(harbor_traffic_bytes_total)", "instant": true, "legendFormat": "Учтено Harbor", "range": false, "refId": "A" } ], "title": "Всего учтено Harbor", "type": "stat" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "decimals": 0, "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "orange", "value": 45 }, { "color": "red", "value": 120 } ] }, "unit": "s" }, "overrides": [] }, "gridPos": { "h": 6, "w": 6, "x": 6, "y": 0 }, "id": 2, "options": { "colorMode": "value", "graphMode": "none", "justifyMode": "auto", "orientation": "auto", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "textMode": "auto", "wideLayout": true }, "targets": [ { "editorMode": "code", "expr": "time() - min(harbor_traffic_last_observed_timestamp_seconds)", "instant": true, "legendFormat": "Общий трафик", "range": false, "refId": "A" }, { "editorMode": "code", "expr": "time() - harbor_domain_traffic_last_observed_timestamp_seconds", "instant": true, "legendFormat": "Домены", "range": false, "refId": "B" } ], "title": "Свежесть счётчиков", "type": "stat" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "drawStyle": "line", "fillOpacity": 12, "lineInterpolation": "smooth", "lineWidth": 2, "pointSize": 4, "showPoints": "never", "spanNulls": false, "stacking": { "group": "A", "mode": "none" } }, "decimals": 1, "unit": "Bps" }, "overrides": [] }, "gridPos": { "h": 9, "w": 12, "x": 12, "y": 0 }, "id": 3, "options": { "legend": { "calcs": [ "lastNotNull", "mean" ], "displayMode": "table", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "multi", "sort": "desc" } }, "targets": [ { "editorMode": "code", "expr": "sum by (source) (rate(harbor_traffic_bytes_total[5m]))", "legendFormat": "{{source}}", "range": true, "refId": "A" } ], "title": "Общая скорость за 5 минут", "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "decimals": 1, "unit": "bytes" }, "overrides": [] }, "gridPos": { "h": 7, "w": 12, "x": 0, "y": 9 }, "id": 4, "options": { "displayMode": "gradient", "maxVizHeight": 300, "minVizHeight": 16, "minVizWidth": 8, "namePlacement": "auto", "orientation": "horizontal", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "showUnfilled": true, "sizing": "auto", "valueMode": "color" }, "targets": [ { "editorMode": "code", "expr": "sum by (source) (harbor_traffic_bytes_total)", "instant": true, "legendFormat": "{{source}}", "range": false, "refId": "A" } ], "title": "Объём по источникам", "type": "bargauge" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "align": "auto", "cellOptions": { "type": "auto" }, "inspect": false }, "decimals": 1, "unit": "bytes" }, "overrides": [] }, "gridPos": { "h": 7, "w": 12, "x": 12, "y": 9 }, "id": 5, "options": { "cellHeight": "sm", "footer": { "countRows": false, "enablePagination": true, "fields": "", "reducer": [ "sum" ], "show": false }, "showHeader": true }, "targets": [ { "editorMode": "code", "expr": "sum by (device_id) (harbor_device_traffic_bytes_total) * on (device_id) group_left (name, ip) max by (device_id, name, ip) (harbor_device_info)", "format": "table", "instant": true, "legendFormat": "{{name}} · {{ip}}", "range": false, "refId": "A" } ], "title": "Устройства по объёму", "transformations": [ { "id": "organize", "options": { "excludeByName": { "Time": true, "device_id": true }, "indexByName": { "name": 0, "ip": 1, "Value": 2 }, "renameByName": { "Value": "Учтено", "ip": "IP", "name": "Устройство" } } } ], "type": "table" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "drawStyle": "line", "fillOpacity": 8, "lineInterpolation": "smooth", "lineWidth": 2, "pointSize": 4, "showPoints": "never", "spanNulls": false, "stacking": { "group": "A", "mode": "none" } }, "decimals": 1, "unit": "Bps" }, "overrides": [] }, "gridPos": { "h": 9, "w": 24, "x": 0, "y": 16 }, "id": 6, "options": { "legend": { "calcs": [ "lastNotNull", "mean", "max" ], "displayMode": "table", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "multi", "sort": "desc" } }, "targets": [ { "editorMode": "code", "expr": "sum by (device_id, source, direction) (rate(harbor_device_traffic_bytes_total[5m])) * on (device_id) group_left (name, ip) max by (device_id, name, ip) (harbor_device_info{name=~\"$device\"})", "legendFormat": "{{name}} · {{source}} · {{direction}}", "range": true, "refId": "A" } ], "title": "Скорость выбранных устройств", "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "decimals": 1, "unit": "bytes" }, "overrides": [] }, "gridPos": { "h": 7, "w": 24, "x": 0, "y": 25 }, "id": 7, "options": { "displayMode": "gradient", "maxVizHeight": 300, "minVizHeight": 16, "minVizWidth": 8, "namePlacement": "auto", "orientation": "horizontal", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "showUnfilled": true, "sizing": "auto", "valueMode": "color" }, "targets": [ { "editorMode": "code", "expr": "sum by (device_id, source, direction) (harbor_device_traffic_bytes_total) * on (device_id) group_left (name, ip) max by (device_id, name, ip) (harbor_device_info{name=~\"$device\"})", "instant": true, "legendFormat": "{{name}} · {{source}} · {{direction}}", "range": false, "refId": "A" } ], "title": "Объём выбранных устройств", "type": "bargauge" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "decimals": 1, "unit": "bytes" }, "overrides": [] }, "gridPos": { "h": 9, "w": 10, "x": 0, "y": 32 }, "id": 8, "options": { "displayMode": "gradient", "maxVizHeight": 300, "minVizHeight": 16, "minVizWidth": 8, "namePlacement": "auto", "orientation": "horizontal", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "showUnfilled": true, "sizing": "auto", "valueMode": "color" }, "targets": [ { "editorMode": "code", "expr": "topk(15, sum by (service) (increase(harbor_device_domain_traffic_bytes_total[$__range])))", "instant": true, "legendFormat": "{{service}}", "range": false, "refId": "A" } ], "title": "Сервисы за выбранный период", "type": "bargauge" }, { "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "align": "auto", "cellOptions": { "type": "auto" }, "inspect": false }, "decimals": 1, "unit": "bytes" }, "overrides": [] }, "gridPos": { "h": 9, "w": 14, "x": 10, "y": 32 }, "id": 9, "options": { "cellHeight": "sm", "footer": { "countRows": false, "enablePagination": true, "fields": "", "reducer": [ "sum" ], "show": false }, "showHeader": true }, "targets": [ { "editorMode": "code", "expr": "topk(50, sum by (device_id, service, domain) (increase(harbor_device_domain_traffic_bytes_total[$__range])) * on (device_id) group_left (name, ip) max by (device_id, name, ip) (harbor_device_info{name=~\"$device\"}))", "format": "table", "instant": true, "legendFormat": "{{name}} · {{service}} · {{domain}}", "range": false, "refId": "A" } ], "title": "Домены выбранных устройств", "transformations": [ { "id": "organize", "options": { "excludeByName": { "Time": true, "device_id": true }, "indexByName": { "name": 0, "ip": 1, "service": 2, "domain": 3, "Value": 4 }, "renameByName": { "Value": "Трафик за период", "domain": "Домен", "ip": "IP", "name": "Устройство", "service": "Сервис" } } } ], "type": "table" } ], "refresh": "30s", "schemaVersion": 39, "tags": [ "harbor", "gateway", "traffic" ], "templating": { "list": [ { "allValue": ".*", "current": { "selected": true, "text": "Все", "value": "$__all" }, "datasource": { "type": "prometheus", "uid": "${DS_PROMETHEUS}" }, "definition": "label_values(harbor_device_info, name)", "hide": 0, "includeAll": true, "label": "Устройство", "multi": true, "name": "device", "options": [], "query": { "query": "label_values(harbor_device_info, name)", "refId": "PrometheusVariableQueryEditor-VariableQuery" }, "refresh": 1, "regex": "", "skipUrlSync": false, "sort": 1, "type": "query" } ] }, "time": { "from": "now-24h", "to": "now" }, "timepicker": {}, "timezone": "browser", "title": "Harbor Gateway Traffic", "uid": "harbor-gateway-traffic", "version": 2, "weekStart": "monday" }