性能监控
ChubaoFS 集成了prometheus作为性能监控指标采集模块。在各模块配置文件中增加如下配置参数来启用该模块:
- {
- "exporterPort": 9510,
- "consulAddr": "http://consul.prometheus-cfs.local"
- }
- exporterPort: prometheus指标暴露端口号。设置后,可通过URL(http://$hostip:$exproterProt/metrics) 暴露prometheus监控指标。若不设置,prometheus指标监控模块将不会工作。
- consulAddr: consul注册服务器地址。设置后,可配合prometheus的自动发现机制实现chubaofs节点exporter的自动发现服务。若不设置,将不会启用consul自动注册服务。
可使用grafana作为prometheus 监控指标的展示前端,如下图所示:可以通过prometheus alertmanager组件进行配置,来实现chubaofs系统的监控指标报警通知服务,详细可参考 alertmanager文档。
相关链接:
- prometheus 安装配置
- consul 安装配置
- grafana 安装配置Grafana 监控面板配置模板如下:
- {
- "__inputs": [
- {
- "name": "DS_ChubaoFS01",
- "label": "cfs01",
- "description": "",
- "type": "datasource",
- "pluginId": "prometheus",
- "pluginName": "Prometheus"
- }
- ],
- "__requires": [
- {
- "type": "grafana",
- "id": "grafana",
- "name": "Grafana",
- "version": "5.2.4"
- },
- {
- "type": "panel",
- "id": "graph",
- "name": "Graph",
- "version": "5.0.0"
- },
- {
- "type": "datasource",
- "id": "prometheus",
- "name": "Prometheus",
- "version": "5.0.0"
- },
- {
- "type": "panel",
- "id": "singlestat",
- "name": "Singlestat",
- "version": "5.0.0"
- }
- ],
- "annotations": {
- "list": [
- {
- "builtIn": 1,
- "datasource": "-- Grafana --",
- "enable": true,
- "hide": true,
- "iconColor": "rgba(0, 211, 255, 1)",
- "name": "Annotations & Alerts",
- "type": "dashboard"
- }
- ]
- },
- "editable": true,
- "gnetId": null,
- "graphTooltip": 0,
- "id": null,
- "iteration": 1546930136099,
- "links": [
- {
- "icon": "external link",
- "tags": [],
- "targetBlank": true,
- "title": "mdc",
- "tooltip": "",
- "type": "link",
- "url": "http://mdc.jd.com/monitor/chart?ip=$hostip"
- }
- ],
- "panels": [
- {
- "gridPos": {
- "h": 1,
- "w": 24,
- "x": 0,
- "y": 0
- },
- "id": 85,
- "title": "Summary",
- "type": "row"
- },
- {
- "cacheTimeout": null,
- "colorBackground": false,
- "colorValue": false,
- "colors": [
- "#299c46",
- "rgba(237, 129, 40, 0.89)",
- "#d44a3a"
- ],
- "datasource": "${DS_ChubaoFS01}",
- "format": "none",
- "gauge": {
- "maxValue": 100,
- "minValue": 0,
- "show": false,
- "thresholdLabels": false,
- "thresholdMarkers": true
- },
- "gridPos": {
- "h": 4,
- "w": 4,
- "x": 0,
- "y": 1
- },
- "id": 38,
- "interval": null,
- "links": [
- {
- "dashUri": "db/cfs-master",
- "dashboard": "cfs-master",
- "includeVars": false,
- "keepTime": true,
- "targetBlank": true,
- "title": "cfs-master",
- "type": "dashboard"
- }
- ],
- "mappingType": 1,
- "mappingTypes": [
- {
- "name": "value to text",
- "value": 1
- },
- {
- "name": "range to text",
- "value": 2
- }
- ],
- "maxDataPoints": 100,
- "nullPointMode": "connected",
- "nullText": null,
- "postfix": "",
- "postfixFontSize": "50%",
- "prefix": "",
- "prefixFontSize": "50%",
- "rangeMaps": [
- {
- "from": "null",
- "text": "N/A",
- "to": "null"
- }
- ],
- "sparkline": {
- "fillColor": "rgba(31, 118, 189, 0.18)",
- "full": false,
- "lineColor": "rgb(31, 120, 193)",
- "show": true
- },
- "tableColumn": "",
- "targets": [
- {
- "expr": "count(go_info{cluster=~\"$cluster\", app=~\"$app\", role=~\"master\"})",
- "format": "time_series",
- "intervalFactor": 1,
- "refId": "A"
- }
- ],
- "thresholds": "",
- "title": "master_count",
- "type": "singlestat",
- "valueFontSize": "80%",
- "valueMaps": [
- {
- "op": "=",
- "text": "N/A",
- "value": "null"
- }
- ],
- "valueName": "current"
- },
- {
- "cacheTimeout": null,
- "colorBackground": false,
- "colorValue": false,
- "colors": [
- "#299c46",
- "rgba(237, 129, 40, 0.89)",
- "#d44a3a"
- ],
- "datasource": "${DS_ChubaoFS01}",
- "format": "none",
- "gauge": {
- "maxValue": 100,
- "minValue": 0,
- "show": false,
- "thresholdLabels": false,
- "thresholdMarkers": true
- },
- "gridPos": {
- "h": 4,
- "w": 4,
- "x": 4,
- "y": 1
- },
- "id": 42,
- "interval": null,
- "links": [
- {
- "dashUri": "db/cfs-metanode",
- "dashboard": "cfs-metanode",
- "includeVars": false,
- "keepTime": true,
- "targetBlank": true,
- "title": "cfs-metanode",
- "type": "dashboard"
- }
- ],
- "mappingType": 1,
- "mappingTypes": [
- {
- "name": "value to text",
- "value": 1
- },
- {
- "name": "range to text",
- "value": 2
- }
- ],
- "maxDataPoints": 100,
- "nullPointMode": "connected",
- "nullText": null,
- "postfix": "",
- "postfixFontSize": "50%",
- "prefix": "",
- "prefixFontSize": "50%",
- "rangeMaps": [
- {
- "from": "null",
- "text": "N/A",
- "to": "null"
- }
- ],
- "sparkline": {
- "fillColor": "rgba(31, 118, 189, 0.18)",
- "full": false,
- "lineColor": "rgb(31, 120, 193)",
- "show": true
- },
- "tableColumn": "",
- "targets": [
- {
- "expr": "count(go_info{cluster=~\"$cluster\", app=~\"$app\", role=~\"metanode\"})",
- "format": "time_series",
- "intervalFactor": 1,
- "refId": "A"
- }
- ],
- "thresholds": "",
- "title": "metanode_count",
- "type": "singlestat",
- "valueFontSize": "80%",
- "valueMaps": [
- {
- "op": "=",
- "text": "N/A",
- "value": "null"
- }
- ],
- "valueName": "current"
- },
- {
- "cacheTimeout": null,
- "colorBackground": false,
- "colorValue": false,
- "colors": [
- "#299c46",
- "rgba(237, 129, 40, 0.89)",
- "#d44a3a"
- ],
- "datasource": "${DS_ChubaoFS01}",
- "format": "none",
- "gauge": {
- "maxValue": 100,
- "minValue": 0,
- "show": false,
- "thresholdLabels": false,
- "thresholdMarkers": true
- },
- "gridPos": {
- "h": 4,
- "w": 4,
- "x": 8,
- "y": 1
- },
- "id": 41,
- "interval": null,
- "links": [
- {
- "dashUri": "db/cfs-datanode",
- "dashboard": "cfs-datanode",
- "includeVars": false,
- "keepTime": true,
- "targetBlank": true,
- "title": "cfs-datanode",
- "type": "dashboard"
- }
- ],
- "mappingType": 1,
- "mappingTypes": [
- {
- "name": "value to text",
- "value": 1
- },
- {
- "name": "range to text",
- "value": 2
- }
- ],
- "maxDataPoints": 100,
- "nullPointMode": "connected",
- "nullText": null,
- "postfix": "",
- "postfixFontSize": "50%",
- "prefix": "",
- "prefixFontSize": "50%",
- "rangeMaps": [
- {
- "from": "null",
- "text": "N/A",
- "to": "null"
- }
- ],
- "sparkline": {
- "fillColor": "rgba(31, 118, 189, 0.18)",
- "full": false,
- "lineColor": "rgb(31, 120, 193)",
- "show": true
- },
- "tableColumn": "",
- "targets": [
- {
- "expr": "count(go_info{cluster=~\"$cluster\", app=~\"$app\", role=~\"dataNode\"})",
- "format": "time_series",
- "intervalFactor": 1,
- "refId": "A"
- }
- ],
- "thresholds": "",
- "title": "datanode_count",
- "type": "singlestat",
- "valueFontSize": "80%",
- "valueMaps": [
- {
- "op": "=",
- "text": "N/A",
- "value": "null"
- }
- ],
- "valueName": "current"
- },
- {
- "gridPos": {
- "h": 1,
- "w": 24,
- "x": 0,
- "y": 5
- },
- "id": 40,
- "title": "Cluster",
- "type": "row"
- },
- {
- "aliasColors": {},
- "bars": false,
- "dashLength": 10,
- "dashes": false,
- "datasource": "${DS_ChubaoFS01}",
- "fill": 1,
- "gridPos": {
- "h": 6,
- "w": 7,
- "x": 0,
- "y": 6
- },
- "id": 70,
- "legend": {
- "avg": false,
- "current": false,
- "max": false,
- "min": false,
- "show": true,
- "total": false,
- "values": false
- },
- "lines": true,
- "linewidth": 1,
- "links": [],
- "nullPointMode": "null",
- "percentage": false,
- "pointradius": 5,
- "points": false,
- "renderer": "flot",
- "seriesOverrides": [],
- "spaceLength": 10,
- "stack": false,
- "steppedLine": false,
- "targets": [
- {
- "expr": "sum(cfs_metanode_OpCreateMetaPartition{cluster=~\"$cluster\"})",
- "format": "time_series",
- "intervalFactor": 1,
- "legendFormat": "Create",
- "refId": "A"
- },
- {
- "expr": "sum(cfs_metanode_OpLoadMetaPartition{cluster=~\"$cluster\"})",
- "format": "time_series",
- "intervalFactor": 1,
- "legendFormat": "Load",
- "refId": "B"
- }
- ],
- "thresholds": [],
- "timeFrom": null,
- "timeShift": null,
- "title": "metanode_OpMetaPartition",
- "tooltip": {
- "shared": true,
- "sort": 0,
- "value_type": "individual"
- },
- "type": "graph",
- "xaxis": {
- "buckets": null,
- "mode": "time",
- "name": null,
- "show": true,
- "values": []
- },
- "yaxes": [
- {
- "format": "ns",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
- },
- {
- "format": "short",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
- }
- ],
- "yaxis": {
- "align": false,
- "alignLevel": null
- }
- },
- {
- "aliasColors": {},
- "bars": false,
- "dashLength": 10,
- "dashes": false,
- "datasource": "${DS_ChubaoFS01}",
- "fill": 1,
- "gridPos": {
- "h": 6,
- "w": 7,
- "x": 7,
- "y": 6
- },
- "id": 71,
- "legend": {
- "avg": false,
- "current": false,
- "max": false,
- "min": false,
- "show": true,
- "total": false,
- "values": false
- },
- "lines": true,
- "linewidth": 1,
- "links": [],
- "nullPointMode": "null",
- "percentage": false,
- "pointradius": 5,
- "points": false,
- "renderer": "flot",
- "seriesOverrides": [],
- "spaceLength": 10,
- "stack": false,
- "steppedLine": false,
- "targets": [
- {
- "expr": "sum(cfs_metanode_OpMetaBatchInodeGet{cluster=~\"$cluster\"})",
- "format": "time_series",
- "intervalFactor": 1,
- "legendFormat": "BatchGet",
- "refId": "A"
- },
- {
- "expr": "sum(cfs_metanode_OpMetaCreateInode{cluster=~\"$cluster\"})",
- "format": "time_series",
- "intervalFactor": 1,
- "legendFormat": "Create",
- "refId": "B"
- },
- {
- "expr": "sum(cfs_metanode_OpMetaDeleteInode{cluster=~\"$cluster\"})",
- "format": "time_series",
- "intervalFactor": 1,
- "legendFormat": "Delete",
- "refId": "C"
- },
- {
- "expr": "sum(cfs_metanode_OpMetaEvictInode{cluster=~\"$cluster\"})",
- "format": "time_series",
- "intervalFactor": 1,
- "legendFormat": "Evict",
- "refId": "D"
- },
- {
- "expr": "sum(cfs_metanode_OpMetaInodeGet{cluster=~\"$cluster\"})",
- "format": "time_series",
- "intervalFactor": 1,
- "legendFormat": "Get",
- "refId": "E"
- },
- {
- "expr": "sum(cfs_metanode_OpMetaLinkInode{cluster=~\"$cluster\"})",
- "format": "time_series",
- "intervalFactor": 1,
- "legendFormat": "Link",
- "refId": "F"
- }
- ],
- "thresholds": [],
- "timeFrom": null,
- "timeShift": null,
- "title": "metanode_OpMetaInode",
- "tooltip": {
- "shared": true,
- "sort": 0,
- "value_type": "individual"
- },
- "type": "graph",
- "xaxis": {
- "buckets": null,
- "mode": "time",
- "name": null,
- "show": true,
- "values": []
- },
- "yaxes": [
- {
- "format": "ns",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
- },
- {
- "format": "short",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
- }
- ],
- "yaxis": {
- "align": false,
- "alignLevel": null
- }
- },
- {
- "aliasColors": {},
- "bars": false,
- "dashLength": 10,
- "dashes": false,
- "datasource": "${DS_ChubaoFS01}",
- "fill": 1,
- "gridPos": {
- "h": 6,
- "w": 6,
- "x": 14,
- "y": 6
- },
- "id": 45,
- "legend": {
- "avg": false,
- "current": false,
- "max": false,
- "min": false,
- "show": true,
- "total": false,
- "values": false
- },
- "lines": true,
- "linewidth": 1,
- "links": [],
- "nullPointMode": "null",
- "percentage": false,
- "pointradius": 5,
- "points": false,
- "renderer": "flot",
- "seriesOverrides": [],
- "spaceLength": 10,
- "stack": false,
- "steppedLine": false,
- "targets": [
- {
- "expr": "sum(cfs_metanode_OpMetaCreateDentry{cluster=~\"$cluster\"})",
- "format": "time_series",
- "intervalFactor": 1,
- "legendFormat": "Create",
- "refId": "A"
- },
- {
- "expr": "sum(cfs_metanode_OpMetaDeleteDentry{cluster=~\"$cluster\"})",
- "format": "time_series",
- "intervalFactor": 1,
- "legendFormat": "Delete",
- "refId": "B"
- },
- {
- "expr": "sum(cfs_metanode_OpMetaUpdateDentry{cluster=~\"$cluster\"})",
- "format": "time_series",
- "intervalFactor": 1,
- "legendFormat": "Update",
- "refId": "C"
- }
- ],
- "thresholds": [],
- "timeFrom": null,
- "timeShift": null,
- "title": "metanode_OpMetaDentry",
- "tooltip": {
- "shared": true,
- "sort": 0,
- "value_type": "individual"
- },
- "type": "graph",
- "xaxis": {
- "buckets": null,
- "mode": "time",
- "name": null,
- "show": true,
- "values": []
- },
- "yaxes": [
- {
- "format": "ns",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
- },
- {
- "format": "short",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
- }
- ],
- "yaxis": {
- "align": false,
- "alignLevel": null
- }
- },
- {
- "aliasColors": {},
- "bars": false,
- "dashLength": 10,
- "dashes": false,
- "datasource": "${DS_ChubaoFS01}",
- "fill": 1,
- "gridPos": {
- "h": 6,
- "w": 7,
- "x": 0,
- "y": 12
- },
- "id": 79,
- "legend": {
- "avg": false,
- "current": false,
- "max": false,
- "min": false,
- "show": true,
- "total": false,
- "values": false
- },
- "lines": true,
- "linewidth": 1,
- "links": [],
- "nullPointMode": "null",
- "percentage": false,
- "pointradius": 5,
- "points": false,
- "renderer": "flot",
- "seriesOverrides": [],
- "spaceLength": 10,
- "stack": false,
- "steppedLine": false,
- "targets": [
- {
- "expr": "sum(cfs_dataNode_[[cluster]]_datanode_CreateFile{cluster=~\"$cluster\"})",
- "format": "time_series",
- "intervalFactor": 1,
- "legendFormat": "CreateFile",
- "refId": "A"
- },
- {
- "expr": "sum(cfs_dataNode_[[cluster]]_datanode_MarkDelete{cluster=~\"$cluster\"})",
- "format": "time_series",
- "intervalFactor": 1,
- "legendFormat": "MarkDelete",
- "refId": "B"
- },
- {
- "expr": "sum(cfs_dataNode_[[cluster]]_datanode_Read{cluster=~\"$cluster\"})",
- "format": "time_series",
- "intervalFactor": 1,
- "legendFormat": "Read",
- "refId": "C"
- },
- {
- "expr": "sum(cfs_dataNode_[[cluster]]_datanode_Write{cluster=~\"$cluster\"})",
- "format": "time_series",
- "intervalFactor": 1,
- "legendFormat": "Write",
- "refId": "D"
- },
- {
- "expr": "sum(cfs_dataNode_[[cluster]]_datanode_RandomWrite{cluster=~\"$cluster\"})",
- "format": "time_series",
- "intervalFactor": 1,
- "legendFormat": "RandomWrite",
- "refId": "E"
- }
- ],
- "thresholds": [],
- "timeFrom": null,
- "timeShift": null,
- "title": "datanode_CreateFile",
- "tooltip": {
- "shared": true,
- "sort": 0,
- "value_type": "individual"
- },
- "type": "graph",
- "xaxis": {
- "buckets": null,
- "mode": "time",
- "name": null,
- "show": true,
- "values": []
- },
- "yaxes": [
- {
- "format": "ns",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
- },
- {
- "format": "short",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
- }
- ],
- "yaxis": {
- "align": false,
- "alignLevel": null
- }
- },
- {
- "aliasColors": {},
- "bars": false,
- "dashLength": 10,
- "dashes": false,
- "datasource": "${DS_ChubaoFS01}",
- "fill": 1,
- "gridPos": {
- "h": 6,
- "w": 7,
- "x": 7,
- "y": 12
- },
- "id": 75,
- "legend": {
- "avg": false,
- "current": false,
- "max": false,
- "min": false,
- "show": true,
- "total": false,
- "values": false
- },
- "lines": true,
- "linewidth": 1,
- "links": [],
- "nullPointMode": "null",
- "percentage": false,
- "pointradius": 5,
- "points": false,
- "renderer": "flot",
- "seriesOverrides": [],
- "spaceLength": 10,
- "stack": false,
- "steppedLine": false,
- "targets": [
- {
- "expr": "sum(cfs_dataNode_[[cluster]]_datanode_OpLoadDataPartition{cluster=~\"$cluster\"})",
- "format": "time_series",
- "intervalFactor": 1,
- "legendFormat": "OpLoadDataPartition",
- "refId": "G"
- },
- {
- "expr": "sum(cfs_dataNode_[[cluster]]_datanode_OpDataNodeHeartbeat{cluster=~\"$cluster\"})",
- "format": "time_series",
- "intervalFactor": 1,
- "legendFormat": "OpDataNodeHeartbeat",
- "refId": "F"
- },
- {
- "expr": "sum(cfs_dataNode_[[cluster]]_datanode_OpGetPartitionSize{cluster=~\"$cluster\"})",
- "format": "time_series",
- "intervalFactor": 1,
- "legendFormat": "OpGetPartitionSize",
- "refId": "H"
- },
- {
- "expr": "sum(cfs_dataNode_[[cluster]]_datanode_OpGetAppliedId{cluster=~\"$cluster\"})",
- "format": "time_series",
- "intervalFactor": 1,
- "legendFormat": "OpGetAppliedId",
- "refId": "I"
- },
- {
- "expr": "sum(cfs_dataNode_[[cluster]]_datanode_OpCreateDataPartition{cluster=~\"$cluster\"})",
- "format": "time_series",
- "intervalFactor": 1,
- "legendFormat": "OpCreateDataPartition",
- "refId": "A"
- }
- ],
- "thresholds": [],
- "timeFrom": null,
- "timeShift": null,
- "title": "datanode_Op",
- "tooltip": {
- "shared": true,
- "sort": 0,
- "value_type": "individual"
- },
- "type": "graph",
- "xaxis": {
- "buckets": null,
- "mode": "time",
- "name": null,
- "show": true,
- "values": []
- },
- "yaxes": [
- {
- "format": "ns",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
- },
- {
- "format": "short",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
- }
- ],
- "yaxis": {
- "align": false,
- "alignLevel": null
- }
- },
- {
- "aliasColors": {},
- "bars": false,
- "dashLength": 10,
- "dashes": false,
- "datasource": "${DS_ChubaoFS01}",
- "fill": 1,
- "gridPos": {
- "h": 6,
- "w": 6,
- "x": 14,
- "y": 12
- },
- "id": 73,
- "legend": {
- "avg": false,
- "current": false,
- "max": false,
- "min": false,
- "show": true,
- "total": false,
- "values": false
- },
- "lines": true,
- "linewidth": 1,
- "links": [],
- "nullPointMode": "null",
- "percentage": false,
- "pointradius": 5,
- "points": false,
- "renderer": "flot",
- "seriesOverrides": [],
- "spaceLength": 10,
- "stack": false,
- "steppedLine": false,
- "targets": [
- {
- "expr": "sum(cfs_metanode_OpMetaOpen{cluster=~\"$cluster\"})",
- "format": "time_series",
- "intervalFactor": 1,
- "legendFormat": "Open",
- "refId": "A"
- },
- {
- "expr": "sum(cfs_metanode_OpMetaLookup{cluster=~\"$cluster\"})",
- "format": "time_series",
- "intervalFactor": 1,
- "legendFormat": "Lookup",
- "refId": "B"
- },
- {
- "expr": "sum(cfs_metanode_OpMetaNodeHeartbeat{cluster=~\"$cluster\"})",
- "format": "time_series",
- "intervalFactor": 1,
- "legendFormat": "NodeHeartbeat",
- "refId": "C"
- },
- {
- "expr": "sum(cfs_metanode_OpMetaReadDir{cluster=~\"$cluster\"})",
- "format": "time_series",
- "intervalFactor": 1,
- "legendFormat": "ReadDir",
- "refId": "D"
- },
- {
- "expr": "sum(cfs_metanode_OpMetaReleaseOpen{cluster=~\"$cluster\"})",
- "format": "time_series",
- "intervalFactor": 1,
- "legendFormat": "ReleaseOpen",
- "refId": "E"
- },
- {
- "expr": "sum(cfs_metanode_OpMetaSetattr{cluster=~\"$cluster\"})",
- "format": "time_series",
- "intervalFactor": 1,
- "legendFormat": "Setattr",
- "refId": "F"
- },
- {
- "expr": "sum(cfs_metanode_OpMetaTruncate{cluster=~\"$cluster\"})",
- "format": "time_series",
- "intervalFactor": 1,
- "legendFormat": "Truncate",
- "refId": "G"
- }
- ],
- "thresholds": [],
- "timeFrom": null,
- "timeShift": null,
- "title": "metanode_OpMeta",
- "tooltip": {
- "shared": true,
- "sort": 0,
- "value_type": "individual"
- },
- "type": "graph",
- "xaxis": {
- "buckets": null,
- "mode": "time",
- "name": null,
- "show": true,
- "values": []
- },
- "yaxes": [
- {
- "format": "ns",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
- },
- {
- "format": "short",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
- }
- ],
- "yaxis": {
- "align": false,
- "alignLevel": null
- }
- },
- {
- "aliasColors": {},
- "bars": false,
- "dashLength": 10,
- "dashes": false,
- "datasource": "${DS_ChubaoFS01}",
- "fill": 1,
- "gridPos": {
- "h": 7,
- "w": 7,
- "x": 0,
- "y": 18
- },
- "id": 80,
- "legend": {
- "avg": false,
- "current": false,
- "max": false,
- "min": false,
- "show": true,
- "total": false,
- "values": false
- },
- "lines": true,
- "linewidth": 1,
- "links": [],
- "nullPointMode": "null",
- "percentage": false,
- "pointradius": 5,
- "points": false,
- "renderer": "flot",
- "seriesOverrides": [],
- "spaceLength": 10,
- "stack": false,
- "steppedLine": false,
- "targets": [
- {
- "expr": "sum(cfs_dataNode_[[cluster]]_datanode_ExtentRepairRead{cluster=~\"$cluster\"})",
- "format": "time_series",
- "intervalFactor": 1,
- "legendFormat": "ExtentRepairRead",
- "refId": "B"
- },
- {
- "expr": "sum(cfs_dataNode_[[cluster]]_datanode_GetAllExtentWatermark{cluster=~\"$cluster\"})",
- "format": "time_series",
- "intervalFactor": 1,
- "legendFormat": "GetAllExtentWatermark",
- "refId": "C"
- },
- {
- "expr": "sum(cfs_dataNode_[[cluster]]_datanode_NotifyExtentRepair{cluster=~\"$cluster\"})",
- "format": "time_series",
- "intervalFactor": 1,
- "legendFormat": "NotifyExtentRepair",
- "refId": "D"
- }
- ],
- "thresholds": [],
- "timeFrom": null,
- "timeShift": null,
- "title": "datanode_Extent",
- "tooltip": {
- "shared": true,
- "sort": 0,
- "value_type": "individual"
- },
- "type": "graph",
- "xaxis": {
- "buckets": null,
- "mode": "time",
- "name": null,
- "show": true,
- "values": []
- },
- "yaxes": [
- {
- "format": "ns",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
- },
- {
- "format": "short",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
- }
- ],
- "yaxis": {
- "align": false,
- "alignLevel": null
- }
- },
- {
- "aliasColors": {},
- "bars": false,
- "dashLength": 10,
- "dashes": false,
- "datasource": "${DS_ChubaoFS01}",
- "fill": 1,
- "gridPos": {
- "h": 7,
- "w": 7,
- "x": 7,
- "y": 18
- },
- "id": 83,
- "legend": {
- "avg": false,
- "current": false,
- "max": false,
- "min": false,
- "show": true,
- "total": false,
- "values": false
- },
- "lines": true,
- "linewidth": 1,
- "links": [],
- "nullPointMode": "null",
- "percentage": false,
- "pointradius": 5,
- "points": false,
- "renderer": "flot",
- "seriesOverrides": [],
- "spaceLength": 10,
- "stack": false,
- "steppedLine": false,
- "targets": [
- {
- "expr": "sum(cfs_dataNode_[[cluster]]_datanode_streamRead{cluster=~\"$cluster\"})",
- "format": "time_series",
- "intervalFactor": 1,
- "legendFormat": "streamRead",
- "refId": "M"
- },
- {
- "expr": "sum(cfs_dataNode_[[cluster]]_datanode_streamWrite{cluster=~\"$cluster\"})",
- "format": "time_series",
- "intervalFactor": 1,
- "legendFormat": "streamWrite",
- "refId": "N"
- },
- {
- "expr": "sum(cfs_dataNode_[[cluster]]_datanode_streamCreateFile{cluster=~\"$cluster\"})",
- "format": "time_series",
- "intervalFactor": 1,
- "legendFormat": "streamCreateFile",
- "refId": "A"
- },
- {
- "expr": "sum(cfs_dataNode_[[cluster]]_datanode_streamExtentRepairRead{cluster=~\"$cluster\"})",
- "format": "time_series",
- "intervalFactor": 1,
- "legendFormat": "streamExtentRepairRead",
- "refId": "B"
- },
- {
- "expr": "sum(cfs_dataNode_[[cluster]]_datanode_streamMarkDelete{cluster=~\"$cluster\"})",
- "format": "time_series",
- "intervalFactor": 1,
- "legendFormat": "streamMarkDelete",
- "refId": "C"
- },
- {
- "expr": "sum(cfs_dataNode_[[cluster]]_datanode_streamOpGetAppliedId{cluster=~\"$cluster\"})",
- "format": "time_series",
- "intervalFactor": 1,
- "legendFormat": "streamOpGetAppliedId",
- "refId": "D"
- },
- {
- "expr": "sum(cfs_dataNode_[[cluster]]_datanode_streamOpGetPartitionSize{cluster=~\"$cluster\"})",
- "format": "time_series",
- "intervalFactor": 1,
- "legendFormat": "streamOpGetPartitionSize",
- "refId": "E"
- },
- {
- "expr": "sum(cfs_dataNode_[[cluster]]_datanode_streamNotifyExtentRepair{cluster=~\"$cluster\"})",
- "format": "time_series",
- "intervalFactor": 1,
- "legendFormat": "streamNotifyExtentRepair",
- "refId": "F"
- }
- ],
- "thresholds": [],
- "timeFrom": null,
- "timeShift": null,
- "title": "datanode_Stream",
- "tooltip": {
- "shared": true,
- "sort": 0,
- "value_type": "individual"
- },
- "type": "graph",
- "xaxis": {
- "buckets": null,
- "mode": "time",
- "name": null,
- "show": true,
- "values": []
- },
- "yaxes": [
- {
- "format": "ns",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
- },
- {
- "format": "short",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
- }
- ],
- "yaxis": {
- "align": false,
- "alignLevel": null
- }
- },
- {
- "collapsed": false,
- "gridPos": {
- "h": 1,
- "w": 24,
- "x": 0,
- "y": 25
- },
- "id": 60,
- "panels": [],
- "title": "GoRuntime",
- "type": "row"
- },
- {
- "aliasColors": {},
- "bars": false,
- "dashLength": 10,
- "dashes": false,
- "datasource": "${DS_ChubaoFS01}",
- "fill": 1,
- "gridPos": {
- "h": 6,
- "w": 7,
- "x": 0,
- "y": 26
- },
- "id": 61,
- "legend": {
- "avg": false,
- "current": false,
- "max": false,
- "min": false,
- "show": true,
- "total": false,
- "values": false
- },
- "lines": true,
- "linewidth": 1,
- "links": [],
- "nullPointMode": "null",
- "percentage": false,
- "pointradius": 5,
- "points": false,
- "renderer": "flot",
- "seriesOverrides": [],
- "spaceLength": 10,
- "stack": false,
- "steppedLine": false,
- "targets": [
- {
- "expr": "go_goroutines{instance=~\"$instance\"}",
- "format": "time_series",
- "intervalFactor": 1,
- "legendFormat": "go_goroutines",
- "refId": "A"
- },
- {
- "expr": "go_threads{instance=~\"$instance\"}",
- "format": "time_series",
- "intervalFactor": 1,
- "legendFormat": "go_threads",
- "refId": "B"
- }
- ],
- "thresholds": [],
- "timeFrom": null,
- "timeShift": null,
- "title": "go info",
- "tooltip": {
- "shared": true,
- "sort": 0,
- "value_type": "individual"
- },
- "type": "graph",
- "xaxis": {
- "buckets": null,
- "mode": "time",
- "name": null,
- "show": true,
- "values": []
- },
- "yaxes": [
- {
- "format": "locale",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
- },
- {
- "format": "short",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
- }
- ],
- "yaxis": {
- "align": false,
- "alignLevel": null
- }
- },
- {
- "aliasColors": {},
- "bars": false,
- "dashLength": 10,
- "dashes": false,
- "datasource": "${DS_ChubaoFS01}",
- "fill": 1,
- "gridPos": {
- "h": 6,
- "w": 7,
- "x": 7,
- "y": 26
- },
- "id": 62,
- "legend": {
- "avg": false,
- "current": false,
- "max": false,
- "min": false,
- "show": true,
- "total": false,
- "values": false
- },
- "lines": true,
- "linewidth": 1,
- "links": [],
- "nullPointMode": "null",
- "percentage": false,
- "pointradius": 5,
- "points": false,
- "renderer": "flot",
- "seriesOverrides": [],
- "spaceLength": 10,
- "stack": false,
- "steppedLine": false,
- "targets": [
- {
- "expr": "go_memstats_alloc_bytes{instance=~\"$instance\"}",
- "format": "time_series",
- "intervalFactor": 1,
- "legendFormat": "alloc_bytes",
- "refId": "A"
- },
- {
- "expr": "go_memstats_alloc_bytes_total{instance=~\"$instance\"}",
- "format": "time_series",
- "intervalFactor": 1,
- "legendFormat": "alloc_bytes_total",
- "refId": "B"
- },
- {
- "expr": "go_memstats_heap_alloc_bytes{instance=~\"$instance\"}",
- "format": "time_series",
- "intervalFactor": 1,
- "legendFormat": "heap_alloc_bytes",
- "refId": "C"
- },
- {
- "expr": "go_memstats_heap_inuse_bytes{instance=~\"$instance\"}",
- "format": "time_series",
- "intervalFactor": 1,
- "legendFormat": "heap_inuse_bytes",
- "refId": "D"
- },
- {
- "expr": "go_memstats_sys_bytes{instance=~\"$instance\"}",
- "format": "time_series",
- "intervalFactor": 1,
- "legendFormat": "sys_bytes",
- "refId": "E"
- }
- ],
- "thresholds": [],
- "timeFrom": null,
- "timeShift": null,
- "title": "go_memstats",
- "tooltip": {
- "shared": true,
- "sort": 0,
- "value_type": "individual"
- },
- "type": "graph",
- "xaxis": {
- "buckets": null,
- "mode": "time",
- "name": null,
- "show": true,
- "values": []
- },
- "yaxes": [
- {
- "format": "decbytes",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
- },
- {
- "format": "short",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
- }
- ],
- "yaxis": {
- "align": false,
- "alignLevel": null
- }
- },
- {
- "aliasColors": {},
- "bars": false,
- "dashLength": 10,
- "dashes": false,
- "datasource": "${DS_ChubaoFS01}",
- "fill": 1,
- "gridPos": {
- "h": 6,
- "w": 7,
- "x": 14,
- "y": 26
- },
- "id": 63,
- "legend": {
- "avg": false,
- "current": false,
- "max": false,
- "min": false,
- "show": true,
- "total": false,
- "values": false
- },
- "lines": true,
- "linewidth": 1,
- "links": [],
- "nullPointMode": "null",
- "percentage": false,
- "pointradius": 5,
- "points": false,
- "renderer": "flot",
- "seriesOverrides": [
- {
- "alias": "gc_rate",
- "yaxis": 2
- }
- ],
- "spaceLength": 10,
- "stack": false,
- "steppedLine": false,
- "targets": [
- {
- "expr": "go_gc_duration_seconds{instance=~\"$instance\"}",
- "format": "time_series",
- "intervalFactor": 1,
- "legendFormat": "seconds_{{quantile}}",
- "refId": "A"
- },
- {
- "expr": "rate(go_gc_duration_seconds_count{instance=~\"$instance\"}[1m])",
- "format": "time_series",
- "intervalFactor": 1,
- "legendFormat": "gc_rate",
- "refId": "B"
- }
- ],
- "thresholds": [],
- "timeFrom": null,
- "timeShift": null,
- "title": "gc_duration",
- "tooltip": {
- "shared": true,
- "sort": 0,
- "value_type": "individual"
- },
- "type": "graph",
- "xaxis": {
- "buckets": null,
- "mode": "time",
- "name": null,
- "show": true,
- "values": []
- },
- "yaxes": [
- {
- "format": "s",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
- },
- {
- "format": "locale",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
- }
- ],
- "yaxis": {
- "align": false,
- "alignLevel": null
- }
- },
- {
- "collapsed": false,
- "gridPos": {
- "h": 1,
- "w": 24,
- "x": 0,
- "y": 32
- },
- "id": 34,
- "panels": [],
- "title": "Master",
- "type": "row"
- },
- {
- "collapsed": false,
- "gridPos": {
- "h": 1,
- "w": 24,
- "x": 0,
- "y": 33
- },
- "id": 36,
- "panels": [],
- "title": "Metanode",
- "type": "row"
- },
- {
- "aliasColors": {},
- "bars": false,
- "dashLength": 10,
- "dashes": false,
- "datasource": "${DS_ChubaoFS01}",
- "fill": 1,
- "gridPos": {
- "h": 8,
- "w": 8,
- "x": 0,
- "y": 34
- },
- "id": 58,
- "legend": {
- "avg": false,
- "current": false,
- "max": false,
- "min": false,
- "show": true,
- "total": false,
- "values": false
- },
- "lines": true,
- "linewidth": 1,
- "links": [],
- "nullPointMode": "null",
- "percentage": false,
- "pointradius": 5,
- "points": false,
- "renderer": "flot",
- "seriesOverrides": [],
- "spaceLength": 10,
- "stack": false,
- "steppedLine": false,
- "targets": [
- {
- "expr": "cfs_metanode_OpCreateMetaPartition{instance=~\"$instance\"}",
- "format": "time_series",
- "intervalFactor": 1,
- "legendFormat": "Create",
- "refId": "A"
- },
- {
- "expr": "cfs_metanode_OpLoadMetaPartition{instance=~\"$instance\"}",
- "format": "time_series",
- "intervalFactor": 1,
- "legendFormat": "Load",
- "refId": "B"
- }
- ],
- "thresholds": [],
- "timeFrom": null,
- "timeShift": null,
- "title": "metanode_OpMetaPartition",
- "tooltip": {
- "shared": true,
- "sort": 0,
- "value_type": "individual"
- },
- "type": "graph",
- "xaxis": {
- "buckets": null,
- "mode": "time",
- "name": null,
- "show": true,
- "values": []
- },
- "yaxes": [
- {
- "format": "ns",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
- },
- {
- "format": "short",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
- }
- ],
- "yaxis": {
- "align": false,
- "alignLevel": null
- }
- },
- {
- "aliasColors": {},
- "bars": false,
- "dashLength": 10,
- "dashes": false,
- "datasource": "${DS_ChubaoFS01}",
- "fill": 1,
- "gridPos": {
- "h": 8,
- "w": 8,
- "x": 8,
- "y": 34
- },
- "id": 44,
- "legend": {
- "avg": false,
- "current": false,
- "max": false,
- "min": false,
- "show": true,
- "total": false,
- "values": false
- },
- "lines": true,
- "linewidth": 1,
- "links": [],
- "nullPointMode": "null",
- "percentage": false,
- "pointradius": 5,
- "points": false,
- "renderer": "flot",
- "seriesOverrides": [],
- "spaceLength": 10,
- "stack": false,
- "steppedLine": false,
- "targets": [
- {
- "expr": "cfs_metanode_OpMetaBatchInodeGet{instance=~\"$instance\"}",
- "format": "time_series",
- "intervalFactor": 1,
- "legendFormat": "BatchGet",
- "refId": "A"
- },
- {
- "expr": "cfs_metanode_OpMetaCreateInode{instance=~\"$instance\"}",
- "format": "time_series",
- "intervalFactor": 1,
- "legendFormat": "Create",
- "refId": "B"
- },
- {
- "expr": "cfs_metanode_OpMetaDeleteInode{instance=~\"$instance\"}",
- "format": "time_series",
- "intervalFactor": 1,
- "legendFormat": "Delete",
- "refId": "C"
- },
- {
- "expr": "cfs_metanode_OpMetaEvictInode{instance=~\"$instance\"}",
- "format": "time_series",
- "intervalFactor": 1,
- "legendFormat": "Evict",
- "refId": "D"
- },
- {
- "expr": "cfs_metanode_OpMetaInodeGet{instance=~\"$instance\"}",
- "format": "time_series",
- "intervalFactor": 1,
- "legendFormat": "Get",
- "refId": "E"
- },
- {
- "expr": "cfs_metanode_OpMetaLinkInode{instance=~\"$instance\"}",
- "format": "time_series",
- "intervalFactor": 1,
- "legendFormat": "Link",
- "refId": "F"
- }
- ],
- "thresholds": [],
- "timeFrom": null,
- "timeShift": null,
- "title": "metanode_OpMetaInode",
- "tooltip": {
- "shared": true,
- "sort": 0,
- "value_type": "individual"
- },
- "type": "graph",
- "xaxis": {
- "buckets": null,
- "mode": "time",
- "name": null,
- "show": true,
- "values": []
- },
- "yaxes": [
- {
- "format": "ns",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
- },
- {
- "format": "short",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
- }
- ],
- "yaxis": {
- "align": false,
- "alignLevel": null
- }
- },
- {
- "aliasColors": {},
- "bars": false,
- "dashLength": 10,
- "dashes": false,
- "datasource": "${DS_ChubaoFS01}",
- "fill": 1,
- "gridPos": {
- "h": 8,
- "w": 8,
- "x": 16,
- "y": 34
- },
- "id": 72,
- "legend": {
- "avg": false,
- "current": false,
- "max": false,
- "min": false,
- "show": true,
- "total": false,
- "values": false
- },
- "lines": true,
- "linewidth": 1,
- "links": [],
- "nullPointMode": "null",
- "percentage": false,
- "pointradius": 5,
- "points": false,
- "renderer": "flot",
- "seriesOverrides": [],
- "spaceLength": 10,
- "stack": false,
- "steppedLine": false,
- "targets": [
- {
- "expr": "cfs_metanode_OpMetaCreateDentry{instance=~\"$instance\"}",
- "format": "time_series",
- "intervalFactor": 1,
- "legendFormat": "Create",
- "refId": "A"
- },
- {
- "expr": "cfs_metanode_OpMetaDeleteDentry{instance=~\"$instance\"}",
- "format": "time_series",
- "intervalFactor": 1,
- "legendFormat": "Delete",
- "refId": "B"
- },
- {
- "expr": "cfs_metanode_OpMetaUpdateDentry{instance=~\"$instance\"}",
- "format": "time_series",
- "intervalFactor": 1,
- "legendFormat": "Update",
- "refId": "C"
- }
- ],
- "thresholds": [],
- "timeFrom": null,
- "timeShift": null,
- "title": "metanode_OpMetaDentry",
- "tooltip": {
- "shared": true,
- "sort": 0,
- "value_type": "individual"
- },
- "type": "graph",
- "xaxis": {
- "buckets": null,
- "mode": "time",
- "name": null,
- "show": true,
- "values": []
- },
- "yaxes": [
- {
- "format": "ns",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
- },
- {
- "format": "short",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
- }
- ],
- "yaxis": {
- "align": false,
- "alignLevel": null
- }
- },
- {
- "aliasColors": {},
- "bars": false,
- "dashLength": 10,
- "dashes": false,
- "datasource": "${DS_ChubaoFS01}",
- "fill": 1,
- "gridPos": {
- "h": 8,
- "w": 8,
- "x": 0,
- "y": 42
- },
- "id": 46,
- "legend": {
- "avg": false,
- "current": false,
- "max": false,
- "min": false,
- "show": true,
- "total": false,
- "values": false
- },
- "lines": true,
- "linewidth": 1,
- "links": [],
- "nullPointMode": "null",
- "percentage": false,
- "pointradius": 5,
- "points": false,
- "renderer": "flot",
- "seriesOverrides": [],
- "spaceLength": 10,
- "stack": false,
- "steppedLine": false,
- "targets": [
- {
- "expr": "cfs_metanode_OpMetaOpen{instance=~\"$instance\"}",
- "format": "time_series",
- "intervalFactor": 1,
- "legendFormat": "Open",
- "refId": "A"
- },
- {
- "expr": "cfs_metanode_OpMetaLookup{instance=~\"$instance\"}",
- "format": "time_series",
- "intervalFactor": 1,
- "legendFormat": "Lookup",
- "refId": "B"
- },
- {
- "expr": "cfs_metanode_OpMetaNodeHeartbeat{instance=~\"$instance\"}",
- "format": "time_series",
- "intervalFactor": 1,
- "legendFormat": "NodeHeartbeat",
- "refId": "C"
- },
- {
- "expr": "cfs_metanode_OpMetaReadDir{instance=~\"$instance\"}",
- "format": "time_series",
- "intervalFactor": 1,
- "legendFormat": "ReadDir",
- "refId": "D"
- },
- {
- "expr": "cfs_metanode_OpMetaReleaseOpen{instance=~\"$instance\"}",
- "format": "time_series",
- "intervalFactor": 1,
- "legendFormat": "ReleaseOpen",
- "refId": "E"
- },
- {
- "expr": "cfs_metanode_OpMetaSetattr{instance=~\"$instance\"}",
- "format": "time_series",
- "intervalFactor": 1,
- "legendFormat": "Setattr",
- "refId": "F"
- },
- {
- "expr": "cfs_metanode_OpMetaTruncate{instance=~\"$instance\"}",
- "format": "time_series",
- "intervalFactor": 1,
- "legendFormat": "Truncate",
- "refId": "G"
- }
- ],
- "thresholds": [],
- "timeFrom": null,
- "timeShift": null,
- "title": "metanode_OpMeta",
- "tooltip": {
- "shared": true,
- "sort": 0,
- "value_type": "individual"
- },
- "type": "graph",
- "xaxis": {
- "buckets": null,
- "mode": "time",
- "name": null,
- "show": true,
- "values": []
- },
- "yaxes": [
- {
- "format": "ns",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
- },
- {
- "format": "short",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
- }
- ],
- "yaxis": {
- "align": false,
- "alignLevel": null
- }
- },
- {
- "aliasColors": {},
- "bars": false,
- "dashLength": 10,
- "dashes": false,
- "datasource": "${DS_ChubaoFS01}",
- "fill": 1,
- "gridPos": {
- "h": 8,
- "w": 8,
- "x": 8,
- "y": 42
- },
- "id": 50,
- "legend": {
- "avg": false,
- "current": false,
- "max": false,
- "min": false,
- "show": true,
- "total": false,
- "values": false
- },
- "lines": true,
- "linewidth": 1,
- "links": [],
- "nullPointMode": "null",
- "percentage": false,
- "pointradius": 5,
- "points": false,
- "renderer": "flot",
- "seriesOverrides": [],
- "spaceLength": 10,
- "stack": false,
- "steppedLine": false,
- "targets": [
- {
- "expr": "cfs_metanode_OpMetaExtentsAdd{instance=~\"$instance\"}",
- "format": "time_series",
- "intervalFactor": 1,
- "legendFormat": "Add",
- "refId": "A"
- },
- {
- "expr": "cfs_metanode_OpMetaExtentsList{instance=~\"$instance\"}",
- "format": "time_series",
- "intervalFactor": 1,
- "legendFormat": "List",
- "refId": "B"
- }
- ],
- "thresholds": [],
- "timeFrom": null,
- "timeShift": null,
- "title": "metanode_OpMetaExtents",
- "tooltip": {
- "shared": true,
- "sort": 0,
- "value_type": "individual"
- },
- "type": "graph",
- "xaxis": {
- "buckets": null,
- "mode": "time",
- "name": null,
- "show": true,
- "values": []
- },
- "yaxes": [
- {
- "format": "ns",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
- },
- {
- "format": "short",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
- }
- ],
- "yaxis": {
- "align": false,
- "alignLevel": null
- }
- },
- {
- "collapsed": false,
- "gridPos": {
- "h": 1,
- "w": 24,
- "x": 0,
- "y": 50
- },
- "id": 27,
- "panels": [],
- "title": "Datanode",
- "type": "row"
- },
- {
- "aliasColors": {},
- "bars": false,
- "dashLength": 10,
- "dashes": false,
- "datasource": "${DS_ChubaoFS01}",
- "fill": 1,
- "gridPos": {
- "h": 8,
- "w": 8,
- "x": 0,
- "y": 51
- },
- "id": 28,
- "legend": {
- "avg": false,
- "current": false,
- "max": false,
- "min": false,
- "show": true,
- "total": false,
- "values": false
- },
- "lines": true,
- "linewidth": 1,
- "links": [],
- "nullPointMode": "null",
- "percentage": false,
- "pointradius": 5,
- "points": false,
- "renderer": "flot",
- "seriesOverrides": [],
- "spaceLength": 10,
- "stack": false,
- "steppedLine": false,
- "targets": [
- {
- "expr": "cfs_dataNode_[[cluster]]_datanode_CreateFile{instance=~\"$instance\"}",
- "format": "time_series",
- "intervalFactor": 1,
- "legendFormat": "CreateFile",
- "refId": "A"
- },
- {
- "expr": "cfs_dataNode_[[cluster]]_datanode_MarkDelete{instance=~\"$instance\"}",
- "format": "time_series",
- "intervalFactor": 1,
- "legendFormat": "MarkDelete",
- "refId": "B"
- }
- ],
- "thresholds": [],
- "timeFrom": null,
- "timeShift": null,
- "title": "datanode_CreateFile",
- "tooltip": {
- "shared": true,
- "sort": 0,
- "value_type": "individual"
- },
- "type": "graph",
- "xaxis": {
- "buckets": null,
- "mode": "time",
- "name": null,
- "show": true,
- "values": []
- },
- "yaxes": [
- {
- "format": "ns",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
- },
- {
- "format": "short",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
- }
- ],
- "yaxis": {
- "align": false,
- "alignLevel": null
- }
- },
- {
- "aliasColors": {},
- "bars": false,
- "dashLength": 10,
- "dashes": false,
- "datasource": "${DS_ChubaoFS01}",
- "fill": 1,
- "gridPos": {
- "h": 8,
- "w": 8,
- "x": 8,
- "y": 51
- },
- "id": 74,
- "legend": {
- "avg": false,
- "current": false,
- "max": false,
- "min": false,
- "show": true,
- "total": false,
- "values": false
- },
- "lines": true,
- "linewidth": 1,
- "links": [],
- "nullPointMode": "null",
- "percentage": false,
- "pointradius": 5,
- "points": false,
- "renderer": "flot",
- "seriesOverrides": [],
- "spaceLength": 10,
- "stack": false,
- "steppedLine": false,
- "targets": [
- {
- "expr": "cfs_dataNode_[[cluster]]_datanode_ExtentRepairRead{instance=~\"$instance\"}",
- "format": "time_series",
- "intervalFactor": 1,
- "legendFormat": "ExtentRepairRead",
- "refId": "B"
- },
- {
- "expr": "cfs_dataNode_[[cluster]]_datanode_GetAllExtentWatermark{instance=~\"$instance\"}",
- "format": "time_series",
- "intervalFactor": 1,
- "legendFormat": "GetAllExtentWatermark",
- "refId": "C"
- },
- {
- "expr": "cfs_dataNode_[[cluster]]_datanode_NotifyExtentRepair{instance=~\"$instance\"}",
- "format": "time_series",
- "intervalFactor": 1,
- "legendFormat": "NotifyExtentRepair",
- "refId": "D"
- }
- ],
- "thresholds": [],
- "timeFrom": null,
- "timeShift": null,
- "title": "datanode_Extent",
- "tooltip": {
- "shared": true,
- "sort": 0,
- "value_type": "individual"
- },
- "type": "graph",
- "xaxis": {
- "buckets": null,
- "mode": "time",
- "name": null,
- "show": true,
- "values": []
- },
- "yaxes": [
- {
- "format": "ns",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
- },
- {
- "format": "short",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
- }
- ],
- "yaxis": {
- "align": false,
- "alignLevel": null
- }
- },
- {
- "aliasColors": {},
- "bars": false,
- "dashLength": 10,
- "dashes": false,
- "datasource": "${DS_ChubaoFS01}",
- "fill": 1,
- "gridPos": {
- "h": 8,
- "w": 8,
- "x": 16,
- "y": 51
- },
- "id": 81,
- "legend": {
- "avg": false,
- "current": false,
- "max": false,
- "min": false,
- "show": true,
- "total": false,
- "values": false
- },
- "lines": true,
- "linewidth": 1,
- "links": [],
- "nullPointMode": "null",
- "percentage": false,
- "pointradius": 5,
- "points": false,
- "renderer": "flot",
- "seriesOverrides": [],
- "spaceLength": 10,
- "stack": false,
- "steppedLine": false,
- "targets": [
- {
- "expr": "cfs_dataNode_[[cluster]]_datanode_OpLoadDataPartition{instance=~\"$instance\"}",
- "format": "time_series",
- "intervalFactor": 1,
- "legendFormat": "OpLoadDataPartition",
- "refId": "G"
- },
- {
- "expr": "cfs_dataNode_[[cluster]]_datanode_OpDataNodeHeartbeat{instance=~\"$instance\"}",
- "format": "time_series",
- "intervalFactor": 1,
- "legendFormat": "OpDataNodeHeartbeat",
- "refId": "F"
- },
- {
- "expr": "cfs_dataNode_[[cluster]]_datanode_OpGetPartitionSize{instance=~\"$instance\"}",
- "format": "time_series",
- "intervalFactor": 1,
- "legendFormat": "OpGetPartitionSize",
- "refId": "H"
- },
- {
- "expr": "cfs_dataNode_[[cluster]]_datanode_OpGetAppliedId{instance=~\"$instance\"}",
- "format": "time_series",
- "intervalFactor": 1,
- "legendFormat": "OpGetAppliedId",
- "refId": "I"
- },
- {
- "expr": "cfs_dataNode_[[cluster]]_datanode_OpCreateDataPartition{instance=~\"$instance\"}",
- "format": "time_series",
- "intervalFactor": 1,
- "legendFormat": "OpCreateDataPartition",
- "refId": "A"
- }
- ],
- "thresholds": [],
- "timeFrom": null,
- "timeShift": null,
- "title": "datanode_Op",
- "tooltip": {
- "shared": true,
- "sort": 0,
- "value_type": "individual"
- },
- "type": "graph",
- "xaxis": {
- "buckets": null,
- "mode": "time",
- "name": null,
- "show": true,
- "values": []
- },
- "yaxes": [
- {
- "format": "ns",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
- },
- {
- "format": "short",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
- }
- ],
- "yaxis": {
- "align": false,
- "alignLevel": null
- }
- },
- {
- "aliasColors": {},
- "bars": false,
- "dashLength": 10,
- "dashes": false,
- "datasource": "${DS_ChubaoFS01}",
- "fill": 1,
- "gridPos": {
- "h": 8,
- "w": 8,
- "x": 0,
- "y": 59
- },
- "id": 76,
- "legend": {
- "avg": false,
- "current": false,
- "max": false,
- "min": false,
- "show": true,
- "total": false,
- "values": false
- },
- "lines": true,
- "linewidth": 1,
- "links": [],
- "nullPointMode": "null",
- "percentage": false,
- "pointradius": 5,
- "points": false,
- "renderer": "flot",
- "seriesOverrides": [],
- "spaceLength": 10,
- "stack": false,
- "steppedLine": false,
- "targets": [
- {
- "expr": "cfs_dataNode_[[cluster]]_datanode_Read{instance=~\"$instance\"}",
- "format": "time_series",
- "intervalFactor": 1,
- "legendFormat": "Read",
- "refId": "J"
- },
- {
- "expr": "cfs_dataNode_[[cluster]]_datanode_Write{instance=~\"$instance\"}",
- "format": "time_series",
- "intervalFactor": 1,
- "legendFormat": "Write",
- "refId": "K"
- },
- {
- "expr": "cfs_dataNode_[[cluster]]_datanode_RandomWrite{instance=~\"$instance\"}",
- "format": "time_series",
- "intervalFactor": 1,
- "legendFormat": "RandomWrite",
- "refId": "L"
- }
- ],
- "thresholds": [],
- "timeFrom": null,
- "timeShift": null,
- "title": "datanode_IO",
- "tooltip": {
- "shared": true,
- "sort": 0,
- "value_type": "individual"
- },
- "type": "graph",
- "xaxis": {
- "buckets": null,
- "mode": "time",
- "name": null,
- "show": true,
- "values": []
- },
- "yaxes": [
- {
- "format": "ns",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
- },
- {
- "format": "short",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
- }
- ],
- "yaxis": {
- "align": false,
- "alignLevel": null
- }
- },
- {
- "aliasColors": {},
- "bars": false,
- "dashLength": 10,
- "dashes": false,
- "datasource": "${DS_ChubaoFS01}",
- "fill": 1,
- "gridPos": {
- "h": 8,
- "w": 8,
- "x": 8,
- "y": 59
- },
- "id": 77,
- "legend": {
- "avg": false,
- "current": false,
- "max": false,
- "min": false,
- "show": true,
- "total": false,
- "values": false
- },
- "lines": true,
- "linewidth": 1,
- "links": [],
- "nullPointMode": "null",
- "percentage": false,
- "pointradius": 5,
- "points": false,
- "renderer": "flot",
- "seriesOverrides": [],
- "spaceLength": 10,
- "stack": false,
- "steppedLine": false,
- "targets": [
- {
- "expr": "cfs_dataNode_[[cluster]]_datanode_streamRead{instance=~\"$instance\"}",
- "format": "time_series",
- "intervalFactor": 1,
- "legendFormat": "streamRead",
- "refId": "M"
- },
- {
- "expr": "cfs_dataNode_[[cluster]]_datanode_streamWrite{instance=~\"$instance\"}",
- "format": "time_series",
- "intervalFactor": 1,
- "legendFormat": "streamWrite",
- "refId": "N"
- },
- {
- "expr": "cfs_dataNode_[[cluster]]_datanode_streamCreateFile{instance=~\"$instance\"}",
- "format": "time_series",
- "intervalFactor": 1,
- "legendFormat": "streamCreateFile",
- "refId": "A"
- },
- {
- "expr": "cfs_dataNode_[[cluster]]_datanode_streamExtentRepairRead{instance=~\"$instance\"}",
- "format": "time_series",
- "intervalFactor": 1,
- "legendFormat": "streamExtentRepairRead",
- "refId": "B"
- },
- {
- "expr": "cfs_dataNode_[[cluster]]_datanode_streamMarkDelete{instance=~\"$instance\"}",
- "format": "time_series",
- "intervalFactor": 1,
- "legendFormat": "streamMarkDelete",
- "refId": "C"
- },
- {
- "expr": "cfs_dataNode_[[cluster]]_datanode_streamOpGetAppliedId{instance=~\"$instance\"}",
- "format": "time_series",
- "intervalFactor": 1,
- "legendFormat": "streamOpGetAppliedId",
- "refId": "D"
- },
- {
- "expr": "cfs_dataNode_[[cluster]]_datanode_streamOpGetPartitionSize{instance=~\"$instance\"}",
- "format": "time_series",
- "intervalFactor": 1,
- "legendFormat": "streamOpGetPartitionSize",
- "refId": "E"
- },
- {
- "expr": "cfs_dataNode_[[cluster]]_datanode_streamNotifyExtentRepair{instance=~\"$instance\"}",
- "format": "time_series",
- "intervalFactor": 1,
- "legendFormat": "streamNotifyExtentRepair",
- "refId": "F"
- }
- ],
- "thresholds": [],
- "timeFrom": null,
- "timeShift": null,
- "title": "datanode_Stream",
- "tooltip": {
- "shared": true,
- "sort": 0,
- "value_type": "individual"
- },
- "type": "graph",
- "xaxis": {
- "buckets": null,
- "mode": "time",
- "name": null,
- "show": true,
- "values": []
- },
- "yaxes": [
- {
- "format": "ns",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
- },
- {
- "format": "short",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
- }
- ],
- "yaxis": {
- "align": false,
- "alignLevel": null
- }
- },
- {
- "collapsed": true,
- "gridPos": {
- "h": 1,
- "w": 24,
- "x": 0,
- "y": 67
- },
- "id": 66,
- "panels": [
- {
- "aliasColors": {},
- "bars": false,
- "dashLength": 10,
- "dashes": false,
- "datasource": "${DS_ChubaoFS01}",
- "fill": 1,
- "gridPos": {
- "h": 6,
- "w": 7,
- "x": 0,
- "y": 85
- },
- "id": 64,
- "legend": {
- "avg": false,
- "current": false,
- "max": false,
- "min": false,
- "show": true,
- "total": false,
- "values": false
- },
- "lines": true,
- "linewidth": 1,
- "links": [],
- "nullPointMode": "null",
- "percentage": false,
- "pointradius": 5,
- "points": false,
- "renderer": "flot",
- "seriesOverrides": [],
- "spaceLength": 10,
- "stack": false,
- "steppedLine": false,
- "targets": [
- {
- "expr": "cfs_fuseclient_OpMetaOpen{instance=~\"$instance\"}",
- "format": "time_series",
- "intervalFactor": 1,
- "legendFormat": "Open",
- "refId": "B"
- },
- {
- "expr": "cfs_fuseclient_OpMetaExtentsAdd{instance=~\"$instance\"}",
- "format": "time_series",
- "intervalFactor": 1,
- "legendFormat": "ExtentsAdd",
- "refId": "H"
- },
- {
- "expr": "cfs_fuseclient_OpMetaExtentsList{instance=~\"$instance\"}",
- "format": "time_series",
- "intervalFactor": 1,
- "legendFormat": "ExtentsList",
- "refId": "I"
- },
- {
- "expr": "cfs_fuseclient_OpMetaReadDir{instance=~\"$instance\"}",
- "format": "time_series",
- "intervalFactor": 1,
- "legendFormat": "ReadDir",
- "refId": "K"
- },
- {
- "expr": "cfs_fuseclient_OpMetaSetattr{instance=~\"$instance\"}",
- "format": "time_series",
- "intervalFactor": 1,
- "legendFormat": "Setattr",
- "refId": "L"
- }
- ],
- "thresholds": [],
- "timeFrom": null,
- "timeShift": null,
- "title": "fuseclient_OpMeta",
- "tooltip": {
- "shared": true,
- "sort": 0,
- "value_type": "individual"
- },
- "type": "graph",
- "xaxis": {
- "buckets": null,
- "mode": "time",
- "name": null,
- "show": true,
- "values": []
- },
- "yaxes": [
- {
- "format": "ns",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
- },
- {
- "format": "short",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
- }
- ],
- "yaxis": {
- "align": false,
- "alignLevel": null
- }
- },
- {
- "aliasColors": {},
- "bars": false,
- "dashLength": 10,
- "dashes": false,
- "datasource": "${DS_ChubaoFS01}",
- "fill": 1,
- "gridPos": {
- "h": 6,
- "w": 7,
- "x": 7,
- "y": 85
- },
- "id": 67,
- "legend": {
- "avg": false,
- "current": false,
- "max": false,
- "min": false,
- "show": true,
- "total": false,
- "values": false
- },
- "lines": true,
- "linewidth": 1,
- "links": [],
- "nullPointMode": "null",
- "percentage": false,
- "pointradius": 5,
- "points": false,
- "renderer": "flot",
- "seriesOverrides": [],
- "spaceLength": 10,
- "stack": false,
- "steppedLine": false,
- "targets": [
- {
- "expr": "cfs_fuseclient_OpMetaBatchInodeGet{instance=~\"$instance\"}",
- "format": "time_series",
- "intervalFactor": 1,
- "legendFormat": "BatchInodeGet",
- "refId": "A"
- },
- {
- "expr": "cfs_fuseclient_OpMetaCreateInode{instance=~\"$instance\"}",
- "format": "time_series",
- "intervalFactor": 1,
- "legendFormat": "CreateInode",
- "refId": "D"
- },
- {
- "expr": "cfs_fuseclient_OpMetaDeleteInode{instance=~\"$instance\"}",
- "format": "time_series",
- "intervalFactor": 1,
- "legendFormat": "DeleteInode",
- "refId": "F"
- },
- {
- "expr": "cfs_fuseclient_OpMetaEvictInode{instance=~\"$instance\"}",
- "format": "time_series",
- "intervalFactor": 1,
- "legendFormat": "EvictInode",
- "refId": "G"
- },
- {
- "expr": "cfs_fuseclient_OpMetaInodeGet{instance=~\"$instance\"}",
- "format": "time_series",
- "intervalFactor": 1,
- "legendFormat": "InodeGet",
- "refId": "J"
- }
- ],
- "thresholds": [],
- "timeFrom": null,
- "timeShift": null,
- "title": "fuseclient_OpMetaInode",
- "tooltip": {
- "shared": true,
- "sort": 0,
- "value_type": "individual"
- },
- "type": "graph",
- "xaxis": {
- "buckets": null,
- "mode": "time",
- "name": null,
- "show": true,
- "values": []
- },
- "yaxes": [
- {
- "format": "ns",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
- },
- {
- "format": "short",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
- }
- ],
- "yaxis": {
- "align": false,
- "alignLevel": null
- }
- },
- {
- "aliasColors": {},
- "bars": false,
- "dashLength": 10,
- "dashes": false,
- "datasource": "${DS_ChubaoFS01}",
- "fill": 1,
- "gridPos": {
- "h": 6,
- "w": 7,
- "x": 14,
- "y": 85
- },
- "id": 68,
- "legend": {
- "avg": false,
- "current": false,
- "max": false,
- "min": false,
- "show": true,
- "total": false,
- "values": false
- },
- "lines": true,
- "linewidth": 1,
- "links": [],
- "nullPointMode": "null",
- "percentage": false,
- "pointradius": 5,
- "points": false,
- "renderer": "flot",
- "seriesOverrides": [],
- "spaceLength": 10,
- "stack": false,
- "steppedLine": false,
- "targets": [
- {
- "expr": "cfs_fuseclient_OpMetaCreateDentry{instance=~\"$instance\"}",
- "format": "time_series",
- "intervalFactor": 1,
- "legendFormat": "Create",
- "refId": "C"
- },
- {
- "expr": "cfs_fuseclient_OpMetaDeleteDentry{instance=~\"$instance\"}",
- "format": "time_series",
- "intervalFactor": 1,
- "legendFormat": "Delete",
- "refId": "E"
- }
- ],
- "thresholds": [],
- "timeFrom": null,
- "timeShift": null,
- "title": "fuseclient_OpMetaDentry",
- "tooltip": {
- "shared": true,
- "sort": 0,
- "value_type": "individual"
- },
- "type": "graph",
- "xaxis": {
- "buckets": null,
- "mode": "time",
- "name": null,
- "show": true,
- "values": []
- },
- "yaxes": [
- {
- "format": "ns",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
- },
- {
- "format": "short",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
- }
- ],
- "yaxis": {
- "align": false,
- "alignLevel": null
- }
- },
- {
- "aliasColors": {},
- "bars": false,
- "dashLength": 10,
- "dashes": false,
- "datasource": "${DS_ChubaoFS01}",
- "fill": 1,
- "gridPos": {
- "h": 6,
- "w": 7,
- "x": 0,
- "y": 91
- },
- "id": 69,
- "legend": {
- "avg": false,
- "current": false,
- "max": false,
- "min": false,
- "show": true,
- "total": false,
- "values": false
- },
- "lines": true,
- "linewidth": 1,
- "links": [],
- "nullPointMode": "null",
- "percentage": false,
- "pointradius": 5,
- "points": false,
- "renderer": "flot",
- "seriesOverrides": [],
- "spaceLength": 10,
- "stack": false,
- "steppedLine": false,
- "targets": [
- {
- "expr": "cfs_fuseclient_OpMetaExtentsAdd{instance=~\"$instance\"}",
- "format": "time_series",
- "intervalFactor": 1,
- "legendFormat": "ExtentsAdd",
- "refId": "H"
- },
- {
- "expr": "cfs_fuseclient_OpMetaExtentsList{instance=~\"$instance\"}",
- "format": "time_series",
- "intervalFactor": 1,
- "legendFormat": "ExtentsList",
- "refId": "I"
- }
- ],
- "thresholds": [],
- "timeFrom": null,
- "timeShift": null,
- "title": "fuseclient_OpMetaExtent",
- "tooltip": {
- "shared": true,
- "sort": 0,
- "value_type": "individual"
- },
- "type": "graph",
- "xaxis": {
- "buckets": null,
- "mode": "time",
- "name": null,
- "show": true,
- "values": []
- },
- "yaxes": [
- {
- "format": "ns",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
- },
- {
- "format": "short",
- "label": null,
- "logBase": 1,
- "max": null,
- "min": null,
- "show": true
- }
- ],
- "yaxis": {
- "align": false,
- "alignLevel": null
- }
- }
- ],
- "title": "FuseClient",
- "type": "row"
- }
- ],
- "refresh": false,
- "schemaVersion": 16,
- "style": "dark",
- "tags": [],
- "templating": {
- "list": [
- {
- "allValue": null,
- "current": {
- "selected": true,
- "text": "cfs",
- "value": "cfs"
- },
- "hide": 2,
- "includeAll": false,
- "label": "App",
- "multi": false,
- "name": "app",
- "options": [
- {
- "selected": true,
- "text": "cfs",
- "value": "cfs"
- }
- ],
- "query": "cfs",
- "type": "custom"
- },
- {
- "allValue": null,
- "current": {},
- "datasource": "${DS_ChubaoFS01}",
- "hide": 0,
- "includeAll": false,
- "label": "Cluster",
- "multi": false,
- "name": "cluster",
- "options": [],
- "query": "label_values(go_info{app=~\"$app\"}, cluster)",
- "refresh": 1,
- "regex": "",
- "sort": 0,
- "tagValuesQuery": "",
- "tags": [],
- "tagsQuery": "",
- "type": "query",
- "useTags": false
- },
- {
- "allValue": null,
- "current": {},
- "datasource": "${DS_ChubaoFS01}",
- "hide": 0,
- "includeAll": false,
- "label": "Role",
- "multi": false,
- "name": "role",
- "options": [],
- "query": "label_values(go_info{app=~\"$app\", cluster=~\"$cluster\"}, role)",
- "refresh": 1,
- "regex": "",
- "sort": 0,
- "tagValuesQuery": "",
- "tags": [],
- "tagsQuery": "",
- "type": "query",
- "useTags": false
- },
- {
- "allValue": null,
- "current": {},
- "datasource": "${DS_ChubaoFS01}",
- "hide": 0,
- "includeAll": false,
- "label": "Instance",
- "multi": false,
- "name": "instance",
- "options": [],
- "query": "label_values(go_info{app=~\"$app\", role=~\"$role\", cluster=~\"$cluster\"}, instance)",
- "refresh": 1,
- "regex": "",
- "sort": 0,
- "tagValuesQuery": "",
- "tags": [],
- "tagsQuery": "",
- "type": "query",
- "useTags": false
- },
- {
- "allValue": null,
- "current": {},
- "datasource": "${DS_ChubaoFS01}",
- "hide": 2,
- "includeAll": false,
- "label": "Host",
- "multi": false,
- "name": "hostip",
- "options": [],
- "query": "label_values(go_info{instance=~\"$instance\", cluster=~\"$cluster\"}, instance)",
- "refresh": 1,
- "regex": "/([^:]+):.*/",
- "sort": 0,
- "tagValuesQuery": "",
- "tags": [],
- "tagsQuery": "",
- "type": "query",
- "useTags": false
- }
- ]
- },
- "time": {
- "from": "now-1h",
- "to": "now"
- },
- "timepicker": {
- "refresh_intervals": [
- "5s",
- "10s",
- "30s",
- "1m",
- "5m",
- "15m",
- "30m",
- "1h",
- "2h",
- "1d"
- ],
- "time_options": [
- "5m",
- "15m",
- "1h",
- "6h",
- "12h",
- "24h",
- "2d",
- "7d",
- "30d"
- ]
- },
- "timezone": "",
- "title": "cfs-cluster",
- "uid": "tu_qnbsmk",
- "version": 140
- }