deploy/kubernetes/grafana.yaml (4,559 lines of code) (raw):

# Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. # The ASF licenses this file to You under the Apache License, Version 2.0 # (the "License"); you may not use this file except in compliance with # the License. You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. --- # Source: grafana/templates/serviceaccount.yaml apiVersion: v1 kind: ServiceAccount metadata: labels: helm.sh/chart: grafana-6.52.4 app.kubernetes.io/name: grafana app.kubernetes.io/instance: grafana app.kubernetes.io/version: "9.4.3" app.kubernetes.io/managed-by: Helm name: grafana namespace: dubbo-system --- # Source: grafana/templates/secret.yaml apiVersion: v1 kind: Secret metadata: name: grafana namespace: dubbo-system labels: helm.sh/chart: grafana-6.52.4 app.kubernetes.io/name: grafana app.kubernetes.io/instance: grafana app.kubernetes.io/version: "9.4.3" app.kubernetes.io/managed-by: Helm type: Opaque data: admin-user: "YWRtaW4=" admin-password: "bUQ3TVJUZGVldXhpdm81M3Aza1BCZFJZWnpLaDR1bW1YR0xGOWtkaw==" ldap-toml: "" --- # Source: grafana/templates/configmap.yaml apiVersion: v1 kind: ConfigMap metadata: name: grafana namespace: dubbo-system labels: helm.sh/chart: grafana-6.52.4 app.kubernetes.io/name: grafana app.kubernetes.io/instance: grafana app.kubernetes.io/version: "9.4.3" app.kubernetes.io/managed-by: Helm data: grafana.ini: | [analytics] check_for_updates = true [grafana_net] url = https://grafana.net [log] mode = console [paths] data = /var/lib/grafana/ logs = /var/log/grafana plugins = /var/lib/grafana/plugins provisioning = /etc/grafana/provisioning [server] domain = '' datasources.yaml: | apiVersion: 1 datasources: - access: proxy editable: true isDefault: true jsonData: timeInterval: 5s name: Prometheus orgId: 1 type: prometheus url: http://prometheus:9090 --- # Source: grafana/templates/service.yaml apiVersion: v1 kind: Service metadata: name: grafana namespace: dubbo-system labels: helm.sh/chart: grafana-6.52.4 app.kubernetes.io/name: grafana app.kubernetes.io/instance: grafana app.kubernetes.io/version: "9.4.3" app.kubernetes.io/managed-by: Helm spec: type: ClusterIP ports: - name: service port: 3000 protocol: TCP targetPort: 3000 selector: app.kubernetes.io/name: grafana app.kubernetes.io/instance: grafana --- # Source: grafana/templates/deployment.yaml apiVersion: apps/v1 kind: Deployment metadata: name: grafana namespace: dubbo-system labels: helm.sh/chart: grafana-6.52.4 app.kubernetes.io/name: grafana app.kubernetes.io/instance: grafana app.kubernetes.io/version: "9.4.3" app.kubernetes.io/managed-by: Helm spec: replicas: 1 revisionHistoryLimit: 10 selector: matchLabels: app.kubernetes.io/name: grafana app.kubernetes.io/instance: grafana strategy: type: RollingUpdate template: metadata: labels: app.kubernetes.io/name: grafana app.kubernetes.io/instance: grafana annotations: checksum/config: 0c27d16dbbabad20d998414abcdfc495b6010b53d06681fa1027b0d09f2c21c8 checksum/dashboards-json-config: 01ba4719c80b6fe911b091a7c05124b64eeece964e09c058ef8f9805daca546b checksum/sc-dashboard-provider-config: 01ba4719c80b6fe911b091a7c05124b64eeece964e09c058ef8f9805daca546b checksum/secret: c17362d51cee6598140d6d25cc8a3248b38898952732f2a93c96f9b854c34012 spec: serviceAccountName: grafana automountServiceAccountToken: true securityContext: fsGroup: 472 runAsGroup: 472 runAsUser: 472 enableServiceLinks: true containers: - name: grafana image: "grafana/grafana:9.4.3" imagePullPolicy: IfNotPresent volumeMounts: - name: config mountPath: "/etc/grafana/grafana.ini" subPath: grafana.ini - name: storage mountPath: "/var/lib/grafana" - name: config mountPath: "/etc/grafana/provisioning/datasources/datasources.yaml" subPath: "datasources.yaml" ports: - name: grafana containerPort: 3000 protocol: TCP - name: gossip-tcp containerPort: 9094 protocol: TCP - name: gossip-udp containerPort: 9094 protocol: UDP env: - name: POD_IP valueFrom: fieldRef: fieldPath: status.podIP - name: GF_SECURITY_ADMIN_USER valueFrom: secretKeyRef: name: grafana key: admin-user - name: GF_SECURITY_ADMIN_PASSWORD valueFrom: secretKeyRef: name: grafana key: admin-password - name: GF_PATHS_DATA value: /var/lib/grafana/ - name: GF_PATHS_LOGS value: /var/log/grafana - name: GF_PATHS_PLUGINS value: /var/lib/grafana/plugins - name: GF_PATHS_PROVISIONING value: /etc/grafana/provisioning livenessProbe: failureThreshold: 10 httpGet: path: /api/health port: 3000 initialDelaySeconds: 60 timeoutSeconds: 30 readinessProbe: httpGet: path: /api/health port: 3000 volumes: - name: config configMap: name: grafana - name: storage emptyDir: {} --- apiVersion: v1 data: extra-dashboard.json: |- { "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": true, "fiscalYearStartMonth": 0, "graphTooltip": 0, "id": 9, "links": [ { "asDropdown": false, "icon": "external link", "includeVars": false, "keepTime": false, "tags": [], "targetBlank": false, "title": "New link", "tooltip": "", "type": "dashboards", "url": "" } ], "liveNow": false, "panels": [ { "collapsed": true, "gridPos": { "h": 1, "w": 24, "x": 0, "y": 0 }, "id": 57, "panels": [ { "datasource": { "type": "prometheus", "uid": "U_7pLbpnk" }, "description": "application_name", "gridPos": { "h": 3, "w": 24, "x": 0, "y": 17 }, "id": 42, "options": { "code": { "language": "html", "showLineNumbers": false, "showMiniMap": false }, "content": "<div style=\"text-align:center;font-size:30px\">${application_name}</div>", "mode": "html" }, "pluginVersion": "9.3.2", "targets": [ { "datasource": { "type": "prometheus", "uid": "U_7pLbpnk" }, "editorMode": "builder", "expr": "qps{application_name=\"$application_name\"}", "legendFormat": "__auto", "range": true, "refId": "A" } ], "title": "application_name", "type": "text" }, { "datasource": { "type": "prometheus", "uid": "U_7pLbpnk" }, "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null } ] }, "unit": "percentunit" }, "overrides": [] }, "gridPos": { "h": 5, "w": 4, "x": 0, "y": 20 }, "id": 47, "options": { "colorMode": "value", "graphMode": "area", "justifyMode": "auto", "orientation": "auto", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "textMode": "auto" }, "pluginVersion": "9.3.2", "targets": [ { "datasource": { "type": "prometheus", "uid": "U_7pLbpnk" }, "editorMode": "code", "expr": "sum(dubbo_provider_requests_succeed_total{application_name=\"$application_name\"}) / sum(dubbo_provider_requests_total{application_name=\"$application_name\"})", "legendFormat": "__auto", "range": true, "refId": "A" } ], "title": "provider_success_rate", "type": "stat" }, { "datasource": { "type": "prometheus", "uid": "U_7pLbpnk" }, "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 0 } ] }, "unit": "percentunit" }, "overrides": [] }, "gridPos": { "h": 5, "w": 4, "x": 4, "y": 20 }, "id": 53, "options": { "colorMode": "value", "graphMode": "area", "justifyMode": "auto", "orientation": "auto", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "textMode": "auto" }, "pluginVersion": "9.3.2", "targets": [ { "datasource": { "type": "prometheus", "uid": "U_7pLbpnk" }, "editorMode": "code", "expr": "sum(dubbo_provider_requests_failed_total{application_name=\"$application_name\"}) OR on() vector(0) / sum(dubbo_provider_requests_total{application_name=\"$application_name\"})", "legendFormat": "__auto", "range": true, "refId": "A" } ], "title": "provider_failed_rate", "type": "stat" }, { "datasource": { "type": "prometheus", "uid": "U_7pLbpnk" }, "fieldConfig": { "defaults": { "color": { "fixedColor": "red", "mode": "fixed" }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null } ] } }, "overrides": [] }, "gridPos": { "h": 5, "w": 4, "x": 8, "y": 20 }, "id": 48, "options": { "colorMode": "value", "graphMode": "area", "justifyMode": "auto", "orientation": "auto", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "text": {}, "textMode": "auto" }, "pluginVersion": "9.3.2", "targets": [ { "datasource": { "type": "prometheus", "uid": "U_7pLbpnk" }, "editorMode": "code", "expr": "sum(dubbo_provider_requests_failed_total{application_name=\"$application_name\"}) OR on() vector(0)", "legendFormat": "__auto", "range": true, "refId": "A" } ], "title": "provider_error_total", "type": "stat" }, { "datasource": { "type": "prometheus", "uid": "U_7pLbpnk" }, "fieldConfig": { "defaults": { "color": { "fixedColor": "red", "mode": "fixed" }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null } ] } }, "overrides": [] }, "gridPos": { "h": 5, "w": 4, "x": 12, "y": 20 }, "id": 51, "options": { "colorMode": "value", "graphMode": "area", "justifyMode": "auto", "orientation": "auto", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "text": {}, "textMode": "auto" }, "pluginVersion": "9.3.2", "targets": [ { "datasource": { "type": "prometheus", "uid": "U_7pLbpnk" }, "editorMode": "code", "expr": "sum(dubbo_provider_requests_timeout_total{application_name=\"$application_name\"}) OR on() vector(0)", "legendFormat": "__auto", "range": true, "refId": "A" } ], "title": "timeout_total", "type": "stat" }, { "datasource": { "type": "prometheus", "uid": "U_7pLbpnk" }, "fieldConfig": { "defaults": { "color": { "fixedColor": "red", "mode": "fixed" }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null } ] } }, "overrides": [] }, "gridPos": { "h": 5, "w": 4, "x": 16, "y": 20 }, "id": 50, "options": { "colorMode": "value", "graphMode": "area", "justifyMode": "auto", "orientation": "auto", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "text": {}, "textMode": "auto" }, "pluginVersion": "9.3.2", "targets": [ { "datasource": { "type": "prometheus", "uid": "U_7pLbpnk" }, "editorMode": "code", "expr": "sum(dubbo_provider_requests_limit_total{application_name=\"$application_name\"}) OR on() vector(0)", "legendFormat": "__auto", "range": true, "refId": "A" } ], "title": "limit_total", "type": "stat" }, { "datasource": { "type": "prometheus", "uid": "U_7pLbpnk" }, "fieldConfig": { "defaults": { "color": { "fixedColor": "red", "mode": "fixed" }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null } ] } }, "overrides": [] }, "gridPos": { "h": 5, "w": 4, "x": 20, "y": 20 }, "id": 52, "options": { "colorMode": "value", "graphMode": "area", "justifyMode": "auto", "orientation": "auto", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "text": {}, "textMode": "auto" }, "pluginVersion": "9.3.2", "targets": [ { "datasource": { "type": "prometheus", "uid": "U_7pLbpnk" }, "editorMode": "code", "expr": "sum(dubbo_provider_requests_unknown_total{application_name=\"$application_name\"})OR on() vector(0)", "legendFormat": "__auto", "range": true, "refId": "A" } ], "title": "unknown_total", "type": "stat" }, { "datasource": { "type": "prometheus", "uid": "U_7pLbpnk" }, "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null } ] }, "unit": "s" }, "overrides": [] }, "gridPos": { "h": 6, "w": 12, "x": 0, "y": 25 }, "id": 54, "options": { "colorMode": "value", "graphMode": "area", "justifyMode": "auto", "orientation": "auto", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "textMode": "auto" }, "pluginVersion": "9.3.2", "targets": [ { "datasource": { "type": "prometheus", "uid": "U_7pLbpnk" }, "editorMode": "code", "expr": "max(dubbo_provider_rt_seconds_max{application_name=\"$application_name\"})", "legendFormat": "__auto", "range": true, "refId": "A" } ], "title": "rt_max", "type": "stat" }, { "datasource": { "type": "prometheus", "uid": "U_7pLbpnk" }, "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null } ] }, "unit": "s" }, "overrides": [] }, "gridPos": { "h": 6, "w": 12, "x": 12, "y": 25 }, "id": 55, "options": { "colorMode": "value", "graphMode": "area", "justifyMode": "auto", "orientation": "auto", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "textMode": "auto" }, "pluginVersion": "9.3.2", "targets": [ { "datasource": { "type": "prometheus", "uid": "U_7pLbpnk" }, "editorMode": "code", "expr": "min(dubbo_provider_rt_seconds_min{application_name=\"$application_name\"})", "legendFormat": "__auto", "range": true, "refId": "A" } ], "title": "rt_min", "type": "stat" } ], "title": "Dubbo Stat", "type": "row" }, { "collapsed": false, "datasource": { "type": "prometheus", "uid": "U_7pLbpnk" }, "gridPos": { "h": 1, "w": 24, "x": 0, "y": 1 }, "id": 10, "panels": [], "targets": [ { "datasource": { "type": "prometheus", "uid": "U_7pLbpnk" }, "refId": "A" } ], "title": "Provider Request", "type": "row" }, { "datasource": { "type": "prometheus", "uid": "U_7pLbpnk" }, "description": "", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "axisSoftMin": 1, "axisWidth": 0, "barAlignment": 0, "drawStyle": "line", "fillOpacity": 15, "gradientMode": "opacity", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineStyle": { "fill": "solid" }, "lineWidth": 1, "pointSize": 4, "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 } ] } }, "overrides": [] }, "gridPos": { "h": 7, "w": 24, "x": 0, "y": 2 }, "id": 18, "options": { "legend": { "calcs": [ "min", "max" ], "displayMode": "table", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "single", "sort": "none" } }, "pluginVersion": "8.2.5", "targets": [ { "datasource": { "type": "prometheus", "uid": "U_7pLbpnk" }, "editorMode": "code", "exemplar": false, "expr": "dubbo_provider_qps_seconds{application_name=\"$application_name\"}", "instant": false, "interval": "", "legendFormat": "{{interface}}.{{method}}", "range": true, "refId": "A" } ], "title": "provider_qps", "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "U_7pLbpnk" }, "description": "", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 15, "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" } }, "decimals": 0, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] }, "unit": "none" }, "overrides": [] }, "gridPos": { "h": 6, "w": 24, "x": 0, "y": 9 }, "id": 36, "options": { "legend": { "calcs": [], "displayMode": "list", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "single", "sort": "none" } }, "pluginVersion": "8.2.5", "targets": [ { "datasource": { "type": "prometheus", "uid": "U_7pLbpnk" }, "editorMode": "code", "exemplar": false, "expr": "increase(dubbo_provider_requests_total{application_name=\"$application_name\"}[2m])", "instant": false, "interval": "", "legendFormat": "{{interface}}.{{method}}", "range": true, "refId": "A" } ], "title": "provider_requests_total(2m)", "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "U_7pLbpnk" }, "description": "", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 19, "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 } ] } }, "overrides": [] }, "gridPos": { "h": 8, "w": 12, "x": 0, "y": 15 }, "id": 32, "options": { "legend": { "calcs": [], "displayMode": "table", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "single", "sort": "none" } }, "pluginVersion": "8.2.5", "targets": [ { "datasource": { "type": "prometheus", "uid": "U_7pLbpnk" }, "editorMode": "builder", "exemplar": false, "expr": "dubbo_provider_requests_processing{application_name=\"$application_name\"}", "format": "time_series", "instant": false, "interval": "", "legendFormat": "{{interface}}.{{method}}", "range": true, "refId": "A" } ], "title": "provider_requests_processing", "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "U_7pLbpnk" }, "description": "", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 18, "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" } }, "decimals": 0, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] }, "unit": "none" }, "overrides": [] }, "gridPos": { "h": 8, "w": 12, "x": 12, "y": 15 }, "id": 33, "options": { "legend": { "calcs": [], "displayMode": "table", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "single", "sort": "none" } }, "pluginVersion": "8.2.5", "targets": [ { "datasource": { "type": "prometheus", "uid": "U_7pLbpnk" }, "editorMode": "code", "exemplar": false, "expr": "increase(dubbo_provider_requests_succeed_total{application_name=\"$application_name\"}[2m])", "format": "time_series", "instant": false, "interval": "", "legendFormat": "{{interface}}.{{method}}", "range": true, "refId": "A" } ], "title": "provider_requests_succeed(2m)", "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "U_7pLbpnk" }, "description": "", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 13, "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 } ] } }, "overrides": [] }, "gridPos": { "h": 7, "w": 12, "x": 0, "y": 23 }, "id": 38, "options": { "legend": { "calcs": [], "displayMode": "list", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "single", "sort": "none" } }, "pluginVersion": "8.2.5", "targets": [ { "datasource": { "type": "prometheus", "uid": "U_7pLbpnk" }, "editorMode": "code", "exemplar": false, "expr": "dubbo_provider_requests_total_aggregate{application_name=\"$application_name\"}", "instant": false, "interval": "", "legendFormat": "{{interface}}.{{method}}", "range": true, "refId": "A" } ], "title": "provider_requests_total_aggregate", "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "U_7pLbpnk" }, "description": "", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 13, "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 } ] } }, "overrides": [] }, "gridPos": { "h": 7, "w": 12, "x": 12, "y": 23 }, "id": 60, "options": { "legend": { "calcs": [], "displayMode": "list", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "single", "sort": "none" } }, "pluginVersion": "8.2.5", "targets": [ { "datasource": { "type": "prometheus", "uid": "U_7pLbpnk" }, "editorMode": "builder", "exemplar": false, "expr": "dubbo_provider_requests_succeed_aggregate{application_name=\"$application_name\"}", "instant": false, "interval": "", "legendFormat": "{{interface}}.{{method}}", "range": true, "refId": "A" } ], "title": "provider_requests_succeed_aggregate", "type": "timeseries" }, { "collapsed": false, "gridPos": { "h": 1, "w": 24, "x": 0, "y": 30 }, "id": 44, "panels": [], "title": "Provider RT", "type": "row" }, { "datasource": { "type": "prometheus", "uid": "U_7pLbpnk" }, "description": "", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "bars", "fillOpacity": 72, "gradientMode": "opacity", "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 } ] }, "unit": "ms" }, "overrides": [] }, "gridPos": { "h": 7, "w": 23, "x": 0, "y": 31 }, "id": 45, "options": { "legend": { "calcs": [ "min", "max" ], "displayMode": "table", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "single", "sort": "none" } }, "pluginVersion": "8.2.5", "targets": [ { "datasource": { "type": "prometheus", "uid": "U_7pLbpnk" }, "editorMode": "code", "exemplar": false, "expr": "increase(dubbo_provider_rt_seconds_sum{application_name=\"$application_name\"}[1m])", "format": "time_series", "instant": false, "interval": "", "legendFormat": "{{interface}}.{{method}}", "range": true, "refId": "A" } ], "title": "provider_rt_sum(1m)", "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "U_7pLbpnk" }, "description": "", "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] }, "unit": "ms" }, "overrides": [] }, "gridPos": { "h": 7, "w": 12, "x": 0, "y": 38 }, "id": 29, "options": { "colorMode": "value", "graphMode": "area", "justifyMode": "auto", "orientation": "auto", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "textMode": "auto" }, "pluginVersion": "9.3.2", "targets": [ { "datasource": { "type": "prometheus", "uid": "U_7pLbpnk" }, "editorMode": "builder", "exemplar": false, "expr": "dubbo_provider_rt_seconds_min{application_name=\"$application_name\"}", "format": "time_series", "instant": false, "interval": "", "legendFormat": "{{interface}}.{{method}}", "range": true, "refId": "A" } ], "title": "provider_rt_min", "type": "stat" }, { "datasource": { "type": "prometheus", "uid": "U_7pLbpnk" }, "description": "", "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] }, "unit": "ms" }, "overrides": [] }, "gridPos": { "h": 7, "w": 12, "x": 12, "y": 38 }, "id": 30, "options": { "colorMode": "value", "graphMode": "area", "justifyMode": "auto", "orientation": "auto", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "textMode": "auto" }, "pluginVersion": "9.3.2", "targets": [ { "datasource": { "type": "prometheus", "uid": "U_7pLbpnk" }, "editorMode": "code", "exemplar": false, "expr": "dubbo_provider_rt_seconds_max{application_name=\"$application_name\"}", "format": "time_series", "instant": false, "interval": "", "legendFormat": "{{interface}}.{{method}}", "range": true, "refId": "A" } ], "title": "provider_rt_max", "type": "stat" }, { "datasource": { "type": "prometheus", "uid": "U_7pLbpnk" }, "description": "", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "bars", "fillOpacity": 24, "gradientMode": "opacity", "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 } ] }, "unit": "ms" }, "overrides": [] }, "gridPos": { "h": 7, "w": 12, "x": 0, "y": 45 }, "id": 78, "options": { "legend": { "calcs": [], "displayMode": "table", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "single", "sort": "none" } }, "pluginVersion": "8.2.5", "targets": [ { "datasource": { "type": "prometheus", "uid": "U_7pLbpnk" }, "editorMode": "builder", "exemplar": false, "expr": "dubbo_provider_rt_seconds_avg{application_name=\"$application_name\"}", "format": "time_series", "instant": false, "interval": "", "legendFormat": "{{interface}}.{{method}}", "range": true, "refId": "A" } ], "title": "provider_rt_avg ", "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "U_7pLbpnk" }, "description": "", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "bars", "fillOpacity": 35, "gradientMode": "opacity", "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 } ] }, "unit": "s" }, "overrides": [] }, "gridPos": { "h": 7, "w": 12, "x": 12, "y": 45 }, "id": 39, "options": { "legend": { "calcs": [], "displayMode": "list", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "single", "sort": "none" } }, "pluginVersion": "8.2.5", "targets": [ { "datasource": { "type": "prometheus", "uid": "U_7pLbpnk" }, "editorMode": "builder", "exemplar": false, "expr": "dubbo_provider_rt_seconds_last{application_name=\"$application_name\"}", "instant": false, "interval": "", "legendFormat": "{{interface}}.{{method}}", "range": true, "refId": "A" } ], "title": "provider_rt_last", "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "U_7pLbpnk" }, "description": "", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "bars", "fillOpacity": 34, "gradientMode": "opacity", "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 } ] }, "unit": "ms" }, "overrides": [] }, "gridPos": { "h": 7, "w": 12, "x": 0, "y": 52 }, "id": 40, "options": { "legend": { "calcs": [], "displayMode": "table", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "single", "sort": "none" } }, "pluginVersion": "8.2.5", "targets": [ { "datasource": { "type": "prometheus", "uid": "U_7pLbpnk" }, "editorMode": "builder", "exemplar": false, "expr": "dubbo_provider_rt_seconds_p95{application_name=\"$application_name\"}", "format": "time_series", "instant": false, "interval": "", "legendFormat": "{{interface}}.{{method}}", "range": true, "refId": "A" } ], "title": " provider_rt_p95", "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "U_7pLbpnk" }, "description": "", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "bars", "fillOpacity": 31, "gradientMode": "opacity", "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 } ] }, "unit": "ms" }, "overrides": [ { "__systemRef": "hideSeriesFrom", "matcher": { "id": "byNames", "options": { "mode": "exclude", "names": [ "org.apache.dubbo.samples.metrics.prometheus.api.DemoService.sayHello" ], "prefix": "All except:", "readOnly": true } }, "properties": [ { "id": "custom.hideFrom", "value": { "legend": false, "tooltip": false, "viz": true } } ] } ] }, "gridPos": { "h": 7, "w": 12, "x": 12, "y": 52 }, "id": 35, "options": { "legend": { "calcs": [], "displayMode": "table", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "single", "sort": "none" } }, "pluginVersion": "8.2.5", "targets": [ { "datasource": { "type": "prometheus", "uid": "U_7pLbpnk" }, "editorMode": "builder", "exemplar": false, "expr": "dubbo_provider_rt_seconds_p99{application_name=\"$application_name\"}", "format": "time_series", "instant": false, "interval": "", "legendFormat": "{{interface}}.{{method}}", "range": true, "refId": "A" } ], "title": "provider_rt_p99", "type": "timeseries" }, { "collapsed": true, "gridPos": { "h": 1, "w": 24, "x": 0, "y": 59 }, "id": 59, "panels": [ { "datasource": { "type": "prometheus", "uid": "U_7pLbpnk" }, "description": "", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 14, "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 } ] } }, "overrides": [] }, "gridPos": { "h": 5, "w": 24, "x": 0, "y": 4 }, "id": 31, "options": { "legend": { "calcs": [], "displayMode": "table", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "single", "sort": "none" } }, "pluginVersion": "8.2.5", "targets": [ { "datasource": { "type": "prometheus", "uid": "U_7pLbpnk" }, "editorMode": "code", "exemplar": false, "expr": "dubbo_provider_requests_failed_total{application_name=\"$application_name\"} OR on() vector(0)", "format": "time_series", "instant": false, "interval": "", "legendFormat": "{{interface}}.{{method}}", "range": true, "refId": "A" } ], "title": "provider_requests_failed_total", "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "U_7pLbpnk" }, "description": "", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 14, "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 } ] } }, "overrides": [] }, "gridPos": { "h": 7, "w": 12, "x": 0, "y": 9 }, "id": 62, "options": { "legend": { "calcs": [], "displayMode": "table", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "single", "sort": "none" } }, "pluginVersion": "8.2.5", "targets": [ { "datasource": { "type": "prometheus", "uid": "U_7pLbpnk" }, "editorMode": "code", "exemplar": false, "expr": "dubbo_provider_requests_limit_total{application_name=\"$application_name\"} OR on() vector(0)", "format": "time_series", "instant": false, "interval": "", "legendFormat": "{{interface}}.{{method}}", "range": true, "refId": "A" } ], "title": "provider_requests_limit", "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "U_7pLbpnk" }, "description": "", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 14, "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 } ] } }, "overrides": [] }, "gridPos": { "h": 7, "w": 12, "x": 12, "y": 9 }, "id": 64, "options": { "legend": { "calcs": [], "displayMode": "table", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "single", "sort": "none" } }, "pluginVersion": "8.2.5", "targets": [ { "datasource": { "type": "prometheus", "uid": "U_7pLbpnk" }, "editorMode": "code", "exemplar": false, "expr": "dubbo_provider_requests_business_failed_total{application_name=\"$application_name\"} OR on() vector(0)", "format": "time_series", "instant": false, "interval": "", "legendFormat": "{{interface}}.{{method}}", "range": true, "refId": "A" } ], "title": "provider_requests_business_failed", "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "U_7pLbpnk" }, "description": "", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 14, "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 } ] } }, "overrides": [] }, "gridPos": { "h": 7, "w": 12, "x": 0, "y": 16 }, "id": 63, "options": { "legend": { "calcs": [], "displayMode": "table", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "single", "sort": "none" } }, "pluginVersion": "8.2.5", "targets": [ { "datasource": { "type": "prometheus", "uid": "U_7pLbpnk" }, "editorMode": "code", "exemplar": false, "expr": "dubbo_provider_requests_unknown_failed_total{application_name=\"$application_name\"}OR on() vector(0)", "format": "time_series", "instant": false, "interval": "", "legendFormat": "{{interface}}.{{method}}", "range": true, "refId": "A" } ], "title": "provider_requests_unknown_failed", "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "U_7pLbpnk" }, "description": "", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 14, "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 } ] } }, "overrides": [] }, "gridPos": { "h": 7, "w": 12, "x": 12, "y": 16 }, "id": 61, "options": { "legend": { "calcs": [], "displayMode": "table", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "single", "sort": "none" } }, "pluginVersion": "8.2.5", "targets": [ { "datasource": { "type": "prometheus", "uid": "U_7pLbpnk" }, "editorMode": "code", "exemplar": false, "expr": "dubbo_provider_requests_timeout_total{application_name=\"$application_name\"} OR on() vector(0)", "format": "time_series", "instant": false, "interval": "", "legendFormat": "{{interface}}.{{method}}", "range": true, "refId": "A" } ], "title": "provider_requests_timeout", "type": "timeseries" } ], "title": "Provider Error", "type": "row" }, { "collapsed": true, "datasource": { "type": "prometheus", "uid": "U_7pLbpnk" }, "gridPos": { "h": 1, "w": 24, "x": 0, "y": 60 }, "id": 12, "panels": [ { "datasource": { "type": "prometheus", "uid": "U_7pLbpnk" }, "description": "", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "axisSoftMin": 1, "axisWidth": 0, "barAlignment": 0, "drawStyle": "line", "fillOpacity": 15, "gradientMode": "opacity", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineStyle": { "fill": "solid" }, "lineWidth": 1, "pointSize": 4, "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 } ] } }, "overrides": [ { "__systemRef": "hideSeriesFrom", "matcher": { "id": "byNames", "options": { "mode": "exclude", "names": [ "org.apache.dubbo.samples.metrics.prometheus.api.DemoService.sayHello" ], "prefix": "All except:", "readOnly": true } }, "properties": [ { "id": "custom.hideFrom", "value": { "legend": false, "tooltip": false, "viz": true } } ] } ] }, "gridPos": { "h": 7, "w": 24, "x": 0, "y": 35 }, "id": 65, "options": { "legend": { "calcs": [ "min", "max" ], "displayMode": "table", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "single", "sort": "none" } }, "pluginVersion": "8.2.5", "targets": [ { "datasource": { "type": "prometheus", "uid": "U_7pLbpnk" }, "editorMode": "code", "exemplar": false, "expr": "dubbo_consumer_qps_seconds{application_name=\"$application_name\"}", "instant": false, "interval": "", "legendFormat": "{{interface}}.{{method}}", "range": true, "refId": "A" } ], "title": "consumer_qps", "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "U_7pLbpnk" }, "description": "", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 15, "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" } }, "decimals": 0, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] }, "unit": "none" }, "overrides": [] }, "gridPos": { "h": 6, "w": 24, "x": 0, "y": 42 }, "id": 66, "options": { "legend": { "calcs": [], "displayMode": "list", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "single", "sort": "none" } }, "pluginVersion": "8.2.5", "targets": [ { "datasource": { "type": "prometheus", "uid": "U_7pLbpnk" }, "editorMode": "code", "exemplar": false, "expr": "increase(dubbo_consumer_requests_total{application_name=\"$application_name\"}[2m])", "instant": false, "interval": "", "legendFormat": "{{interface}}.{{method}}", "range": true, "refId": "A" } ], "title": "consumer_request_total(2m)", "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "U_7pLbpnk" }, "description": "", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 19, "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 } ] } }, "overrides": [] }, "gridPos": { "h": 8, "w": 12, "x": 0, "y": 48 }, "id": 67, "options": { "legend": { "calcs": [], "displayMode": "table", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "single", "sort": "none" } }, "pluginVersion": "8.2.5", "targets": [ { "datasource": { "type": "prometheus", "uid": "U_7pLbpnk" }, "editorMode": "code", "exemplar": false, "expr": "dubbo_consumer_requests_processing{application_name=\"$application_name\"}", "format": "time_series", "instant": false, "interval": "", "legendFormat": "{{interface}}.{{method}}", "range": true, "refId": "A" } ], "title": "consumer_requests_processing", "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "U_7pLbpnk" }, "description": "", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 18, "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" } }, "decimals": 0, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] }, "unit": "none" }, "overrides": [] }, "gridPos": { "h": 8, "w": 12, "x": 12, "y": 48 }, "id": 68, "options": { "legend": { "calcs": [], "displayMode": "table", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "single", "sort": "none" } }, "pluginVersion": "8.2.5", "targets": [ { "datasource": { "type": "prometheus", "uid": "U_7pLbpnk" }, "editorMode": "code", "exemplar": false, "expr": "increase(dubbo_consumer_requests_succeed_total{application_name=\"$application_name\"}[2m])", "format": "time_series", "instant": false, "interval": "", "legendFormat": "{{interface}}.{{method}}", "range": true, "refId": "A" } ], "title": "consumer_requests_succeed(2m)", "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "U_7pLbpnk" }, "description": "", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 13, "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 } ] } }, "overrides": [] }, "gridPos": { "h": 7, "w": 12, "x": 0, "y": 56 }, "id": 69, "options": { "legend": { "calcs": [], "displayMode": "list", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "single", "sort": "none" } }, "pluginVersion": "8.2.5", "targets": [ { "datasource": { "type": "prometheus", "uid": "U_7pLbpnk" }, "editorMode": "code", "exemplar": false, "expr": "dubbo_consumer_requests_total_aggregate{application_name=\"$application_name\"}", "instant": false, "interval": "", "legendFormat": "{{interface}}.{{method}}", "range": true, "refId": "A" } ], "title": "consumer_requests_total_aggregate", "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "U_7pLbpnk" }, "description": "", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 13, "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 } ] } }, "overrides": [] }, "gridPos": { "h": 7, "w": 12, "x": 12, "y": 56 }, "id": 70, "options": { "legend": { "calcs": [], "displayMode": "list", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "single", "sort": "none" } }, "pluginVersion": "8.2.5", "targets": [ { "datasource": { "type": "prometheus", "uid": "U_7pLbpnk" }, "editorMode": "code", "exemplar": false, "expr": "dubbo_consumer_requests_succeed_aggregate{application_name=\"$application_name\"}", "instant": false, "interval": "", "legendFormat": "{{interface}}.{{method}}", "range": true, "refId": "A" } ], "title": "consumer_requests_succeed_aggregate", "type": "timeseries" } ], "targets": [ { "datasource": { "type": "prometheus", "uid": "U_7pLbpnk" }, "refId": "A" } ], "title": "Consumer Request", "type": "row" }, { "collapsed": false, "gridPos": { "h": 1, "w": 24, "x": 0, "y": 61 }, "id": 72, "panels": [], "title": "Consumer RT", "type": "row" }, { "datasource": { "type": "prometheus", "uid": "U_7pLbpnk" }, "description": "", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "bars", "fillOpacity": 72, "gradientMode": "opacity", "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 } ] }, "unit": "ms" }, "overrides": [] }, "gridPos": { "h": 7, "w": 23, "x": 0, "y": 62 }, "id": 75, "options": { "legend": { "calcs": [ "min", "max" ], "displayMode": "table", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "single", "sort": "none" } }, "pluginVersion": "8.2.5", "targets": [ { "datasource": { "type": "prometheus", "uid": "U_7pLbpnk" }, "editorMode": "code", "exemplar": false, "expr": "increase(dubbo_consumer_rt_seconds_sum{application_name=\"$application_name\"}[1m])", "format": "time_series", "instant": false, "interval": "", "legendFormat": "{{interface}}.{{method}}", "range": true, "refId": "A" } ], "title": "consumer_rt_sum(1m)", "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "U_7pLbpnk" }, "description": "", "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] }, "unit": "ms" }, "overrides": [] }, "gridPos": { "h": 7, "w": 12, "x": 0, "y": 69 }, "id": 76, "options": { "colorMode": "value", "graphMode": "area", "justifyMode": "auto", "orientation": "auto", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "textMode": "auto" }, "pluginVersion": "9.3.2", "targets": [ { "datasource": { "type": "prometheus", "uid": "U_7pLbpnk" }, "editorMode": "builder", "exemplar": false, "expr": "dubbo_provider_rt_seconds_min{application_name=\"$application_name\"}", "format": "time_series", "instant": false, "interval": "", "legendFormat": "{{interface}}.{{method}}", "range": true, "refId": "A" } ], "title": "consumer_rt_min", "type": "stat" }, { "datasource": { "type": "prometheus", "uid": "U_7pLbpnk" }, "description": "", "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] }, "unit": "ms" }, "overrides": [] }, "gridPos": { "h": 7, "w": 12, "x": 12, "y": 69 }, "id": 77, "options": { "colorMode": "value", "graphMode": "area", "justifyMode": "auto", "orientation": "auto", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "textMode": "auto" }, "pluginVersion": "9.3.2", "targets": [ { "datasource": { "type": "prometheus", "uid": "U_7pLbpnk" }, "editorMode": "code", "exemplar": false, "expr": "dubbo_consumer_rt_seconds_max{application_name=\"$application_name\"}", "format": "time_series", "instant": false, "interval": "", "legendFormat": "{{interface}}.{{method}}", "range": true, "refId": "A" } ], "title": "consumer_rt_max", "type": "stat" }, { "datasource": { "type": "prometheus", "uid": "U_7pLbpnk" }, "description": "", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "bars", "fillOpacity": 24, "gradientMode": "opacity", "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 } ] }, "unit": "ms" }, "overrides": [] }, "gridPos": { "h": 7, "w": 12, "x": 0, "y": 76 }, "id": 34, "options": { "legend": { "calcs": [], "displayMode": "table", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "single", "sort": "none" } }, "pluginVersion": "8.2.5", "targets": [ { "datasource": { "type": "prometheus", "uid": "U_7pLbpnk" }, "editorMode": "code", "exemplar": false, "expr": "dubbo_consumer_rt_seconds_avg{application_name=\"$application_name\"}", "format": "time_series", "instant": false, "interval": "", "legendFormat": "{{interface}}.{{method}}", "range": true, "refId": "A" } ], "title": "consumer_rt_avg ", "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "U_7pLbpnk" }, "description": "", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "bars", "fillOpacity": 35, "gradientMode": "opacity", "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 } ] }, "unit": "ms" }, "overrides": [] }, "gridPos": { "h": 7, "w": 12, "x": 12, "y": 76 }, "id": 79, "options": { "legend": { "calcs": [], "displayMode": "list", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "single", "sort": "none" } }, "pluginVersion": "8.2.5", "targets": [ { "datasource": { "type": "prometheus", "uid": "U_7pLbpnk" }, "editorMode": "code", "exemplar": false, "expr": "dubbo_consumer_rt_seconds_last{application_name=\"$application_name\"}", "instant": false, "interval": "", "legendFormat": "{{interface}}.{{method}}", "range": true, "refId": "A" } ], "title": "consumer_rt_last", "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "U_7pLbpnk" }, "description": "", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "bars", "fillOpacity": 34, "gradientMode": "opacity", "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 } ] }, "unit": "ms" }, "overrides": [] }, "gridPos": { "h": 7, "w": 12, "x": 0, "y": 83 }, "id": 80, "options": { "legend": { "calcs": [], "displayMode": "table", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "single", "sort": "none" } }, "pluginVersion": "8.2.5", "targets": [ { "datasource": { "type": "prometheus", "uid": "U_7pLbpnk" }, "editorMode": "code", "exemplar": false, "expr": "dubbo_consumer_rt_seconds_p95{application_name=\"$application_name\"}", "format": "time_series", "instant": false, "interval": "", "legendFormat": "{{interface}}.{{method}}", "range": true, "refId": "A" } ], "title": "consumer_rt_p95", "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "U_7pLbpnk" }, "description": "", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "bars", "fillOpacity": 31, "gradientMode": "opacity", "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 } ] }, "unit": "ms" }, "overrides": [ { "__systemRef": "hideSeriesFrom", "matcher": { "id": "byNames", "options": { "mode": "exclude", "names": [ "org.apache.dubbo.samples.metrics.prometheus.api.DemoService.sayHello" ], "prefix": "All except:", "readOnly": true } }, "properties": [ { "id": "custom.hideFrom", "value": { "legend": false, "tooltip": false, "viz": true } } ] } ] }, "gridPos": { "h": 7, "w": 12, "x": 12, "y": 83 }, "id": 81, "options": { "legend": { "calcs": [], "displayMode": "table", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "single", "sort": "none" } }, "pluginVersion": "8.2.5", "targets": [ { "datasource": { "type": "prometheus", "uid": "U_7pLbpnk" }, "editorMode": "code", "exemplar": false, "expr": "dubbo_consumer_rt_seconds_p99{application_name=\"$application_name\"}", "format": "time_series", "instant": false, "interval": "", "legendFormat": "{{interface}}.{{method}}", "range": true, "refId": "A" } ], "title": "consumer_rt_p99", "type": "timeseries" }, { "collapsed": true, "gridPos": { "h": 1, "w": 24, "x": 0, "y": 90 }, "id": 74, "panels": [ { "datasource": { "type": "prometheus", "uid": "U_7pLbpnk" }, "description": "", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 14, "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 } ] } }, "overrides": [] }, "gridPos": { "h": 5, "w": 24, "x": 0, "y": 7 }, "id": 82, "options": { "legend": { "calcs": [], "displayMode": "table", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "single", "sort": "none" } }, "pluginVersion": "8.2.5", "targets": [ { "datasource": { "type": "prometheus", "uid": "U_7pLbpnk" }, "editorMode": "code", "exemplar": false, "expr": "dubbo_consumer_requests_failed_total{application_name=\"$application_name\"} OR on() vector(0)", "format": "time_series", "instant": false, "interval": "", "legendFormat": "{{interface}}.{{method}}", "range": true, "refId": "A" } ], "title": "consumer_requests_failed_total", "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "U_7pLbpnk" }, "description": "", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 14, "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 } ] } }, "overrides": [] }, "gridPos": { "h": 7, "w": 12, "x": 0, "y": 12 }, "id": 83, "options": { "legend": { "calcs": [], "displayMode": "table", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "single", "sort": "none" } }, "pluginVersion": "8.2.5", "targets": [ { "datasource": { "type": "prometheus", "uid": "U_7pLbpnk" }, "editorMode": "code", "exemplar": false, "expr": "dubbo_consumer_requests_limit_total{application_name=\"$application_name\"} OR on() vector(0)", "format": "time_series", "instant": false, "interval": "", "legendFormat": "{{interface}}.{{method}}", "range": true, "refId": "A" } ], "title": "consumer_requests_limit", "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "U_7pLbpnk" }, "description": "", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 14, "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 } ] } }, "overrides": [] }, "gridPos": { "h": 7, "w": 12, "x": 12, "y": 12 }, "id": 84, "options": { "legend": { "calcs": [], "displayMode": "table", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "single", "sort": "none" } }, "pluginVersion": "8.2.5", "targets": [ { "datasource": { "type": "prometheus", "uid": "U_7pLbpnk" }, "editorMode": "code", "exemplar": false, "expr": "dubbo_consumer_requests_business_failed_total{application_name=\"$application_name\"} OR on() vector(0)", "format": "time_series", "instant": false, "interval": "", "legendFormat": "{{interface}}.{{method}}", "range": true, "refId": "A" } ], "title": "consumer_requests_business_failed", "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "U_7pLbpnk" }, "description": "", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 14, "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 } ] } }, "overrides": [] }, "gridPos": { "h": 7, "w": 12, "x": 0, "y": 19 }, "id": 85, "options": { "legend": { "calcs": [], "displayMode": "table", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "single", "sort": "none" } }, "pluginVersion": "8.2.5", "targets": [ { "datasource": { "type": "prometheus", "uid": "U_7pLbpnk" }, "editorMode": "code", "exemplar": false, "expr": "dubbo_consumer_requests_unknown_failed_total{application_name=\"$application_name\"}OR on() vector(0)", "format": "time_series", "instant": false, "interval": "", "legendFormat": "{{interface}}.{{method}}", "range": true, "refId": "A" } ], "title": "consumer_requests_unknown_failed", "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "U_7pLbpnk" }, "description": "", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 14, "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 } ] } }, "overrides": [] }, "gridPos": { "h": 7, "w": 12, "x": 12, "y": 19 }, "id": 86, "options": { "legend": { "calcs": [], "displayMode": "table", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "single", "sort": "none" } }, "pluginVersion": "8.2.5", "targets": [ { "datasource": { "type": "prometheus", "uid": "U_7pLbpnk" }, "editorMode": "code", "exemplar": false, "expr": "dubbo_consumer_requests_timeout_total{application_name=\"$application_name\"} OR on() vector(0)", "format": "time_series", "instant": false, "interval": "", "legendFormat": "{{interface}}.{{method}}", "range": true, "refId": "A" } ], "title": "consumer_requests_timeout", "type": "timeseries" } ], "title": "Consumer Error", "type": "row" }, { "collapsed": true, "datasource": { "type": "prometheus", "uid": "U_7pLbpnk" }, "gridPos": { "h": 1, "w": 24, "x": 0, "y": 91 }, "id": 4, "panels": [], "targets": [ { "datasource": { "type": "prometheus", "uid": "U_7pLbpnk" }, "refId": "A" } ], "title": "注册中心", "type": "row" }, { "collapsed": true, "datasource": { "type": "prometheus", "uid": "U_7pLbpnk" }, "gridPos": { "h": 1, "w": 24, "x": 0, "y": 92 }, "id": 2, "panels": [], "targets": [ { "datasource": { "type": "prometheus", "uid": "U_7pLbpnk" }, "refId": "A" } ], "title": "配置中心", "type": "row" }, { "collapsed": true, "datasource": { "type": "prometheus", "uid": "U_7pLbpnk" }, "gridPos": { "h": 1, "w": 24, "x": 0, "y": 93 }, "id": 8, "panels": [], "targets": [ { "datasource": { "type": "prometheus", "uid": "U_7pLbpnk" }, "refId": "A" } ], "title": "元数据中心", "type": "row" } ], "refresh": "", "schemaVersion": 37, "style": "dark", "tags": [], "templating": { "list": [ { "current": { "selected": false, "text": "metrics-demo-consumer", "value": "metrics-demo-consumer" }, "datasource": { "type": "prometheus", "uid": "U_7pLbpnk" }, "definition": "dubbo_provider_rt_seconds_p99", "description": "", "hide": 1, "includeAll": false, "label": "application_name", "multi": false, "name": "application_name", "options": [], "query": { "query": "dubbo_provider_rt_seconds_p99", "refId": "StandardVariableQuery" }, "refresh": 1, "regex": "/.*application_name=\"([^\"]*).*/", "skipUrlSync": false, "sort": 0, "type": "query" } ] }, "time": { "from": "now-24h", "to": "now" }, "timepicker": {}, "timezone": "", "title": "Dubbo可观测性面板", "uid": "ewNiYNcVk", "version": 42, "weekStart": "" } kind: ConfigMap metadata: creationTimestamp: null name: admin-extra-dashboards namespace: dubbo-system